genefoundry for Gemini CLI
io.github.berntpopp/genefoundry
MCP gateway federating 22 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
client:Gemini CLI
transport:streamable-http
Install genefoundry in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"genefoundry": {
"httpUrl": "https://genefoundry.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs