fixgraph mcp for Gemini CLI
io.github.jawdat6/fixgraph-mcp
Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.
client:Gemini CLI
transport:stdio
runtime:npm
Install fixgraph mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fixgraph-mcp": {
"command": "npx",
"args": [
"-y",
"fixgraph-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs