MCP gateway federating 21 biomedical MCP servers — gnomAD, ClinVar, HPO, UniProt, Ensembl VEP, PanelApp and more — behind one Streamable-HTTP endpoint, with collision-free namespaced tools and BM25 tool search.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"genefoundry-router": {
"command": "uvx",
"args": [
"genefoundry-router"
]
}
}
}
Run in terminal:
claude mcp add genefoundry-router uvx genefoundry-router
Add to .cursor/mcp.json:
{
"mcpServers": {
"genefoundry-router": {
"command": "uvx",
"args": [
"genefoundry-router"
]
}
}
}
Or install with pip: pip install genefoundry-router