coredash for Gemini CLI
io.github.corewebvitals/coredash
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.
client:Gemini CLI
transport:streamable-http
Install coredash in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"coredash": {
"httpUrl": "https://app.coredash.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs