DepthFeed for Gemini CLI
com.depthfeed/depthfeed
Order-book depth & history for Polymarket, Kalshi & Limitless. Keyless demo, key for full access.
client:Gemini CLI
transport:streamable-http
tools:15
Install DepthFeed in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"depthfeed": {
"httpUrl": "https://api.depthfeed.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