genefoundry for Claude Desktop
io.github.berntpopp/genefoundry
MCP gateway federating 22 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
client:Claude Desktop
transport:streamable-http
Install genefoundry in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"genefoundry": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://genefoundry.org/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs