peerlytics for Gemini CLI
xyz.peerlytics/peerlytics
ZKP2P analytics on Base: live orderbook, route planning, explorer, and protocol market data.
client:Gemini CLI
transport:streamable-http
Install peerlytics in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"peerlytics": {
"httpUrl": "https://peerlytics.xyz/api/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs