Kegg for Gemini CLI
io.github.pipeworx-io/kegg
KEGG REST MCP — Kyoto Encyclopedia of Genes and Genomes.
client:Gemini CLI
transport:streamable-http
Install Kegg in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"kegg": {
"httpUrl": "https://gateway.pipeworx.io/kegg/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs