Bugfender for Gemini CLI
io.github.bugfender/mcp
Access Bugfender logs, crashes, devices, and user feedback from MCP-enabled clients.
client:Gemini CLI
transport:stdio
runtime:npm
Install Bugfender in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@bugfender/mcp"
],
"env": {
"BUGFENDER_API_TOKEN": "<BUGFENDER_API_TOKEN>",
"BUGFENDER_REFRESH_TOKEN": "<BUGFENDER_REFRESH_TOKEN>",
"BUGFENDER_API_URL": "<BUGFENDER_API_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs