mcpulse for Gemini CLI
com.getmcpulse/mcpulse
Analytics for MCP servers. Query your tool calls, first-call success, retries and schema cost.
client:Gemini CLI
transport:streamable-http
Install mcpulse in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcpulse": {
"httpUrl": "https://api.getmcpulse.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs