groundtruth for Gemini CLI
io.github.rm-rf-prod/groundtruth
Live docs MCP server. 598+ libraries, evidence-verified answers, code audit, snippets, dispatch.
client:Gemini CLI
transport:stdio
runtime:npm
Install groundtruth in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
],
"env": {
"GT_GITHUB_TOKEN": "<GT_GITHUB_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs