Matomo for Gemini CLI
io.github.pipeworx-io/matomo
MCP server for matomo
client:Gemini CLI
transport:streamable-http
Install Matomo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"matomo": {
"httpUrl": "https://gateway.pipeworx.io/matomo/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs