Connects to the Saccharomyces Genome Database, the go-to resource for baker's yeast genetics and molecular biology. Part of the Pipeworx gateway, which means you can either use this SGD-specific endpoint or tap into their full collection of 815+ data sources through a single gateway. The repo doesn't list specific tools, but you can query it through their ask_pipeworx interface using plain English questions about yeast genomics data. Useful if you're working on comparative genomics, researching gene function in a model organism, or need programmatic access to curated yeast data without scraping SGD's web interface yourself.
SGD (Saccharomyces Genome Database) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 815+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"sgd": {
"url": "https://gateway.pipeworx.io/sgd/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 815+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Sgd data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured