llmref for Gemini CLI
org.llmref/llmref
Versioned documentation registry and semantic search for AI tools and coding assistants.
client:Gemini CLI
transport:streamable-http
tools:4
Install llmref in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"llmref": {
"httpUrl": "https://api.llmref.org/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs