Sentry for Gemini CLI
com.sentry/mcp
Sentry's hosted MCP server. Look up issues, errors, traces and performance data for your projects and hand the context to an agent fixing the bug.
client:Gemini CLI
transport:streamable-http
tools:6
Install Sentry in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mcp.sentry.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs