Umls for Gemini CLI
io.github.pipeworx-io/umls
UMLS MCP — wraps the NLM UMLS Terminology Services REST API (uts-ws.nlm.nih.gov/rest)
client:Gemini CLI
transport:streamable-http
Install Umls in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"umls": {
"httpUrl": "https://gateway.pipeworx.io/umls/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs