Skip to content
Gemini CLI

Polymarket for Gemini CLI

io.github.pipeworx-io/polymarket

Polymarket MCP — prediction-market data via Gamma + CLOB public APIs.

client:Gemini CLI transport:streamable-http

Install Polymarket in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "polymarket": {
      "httpUrl": "https://gateway.pipeworx.io/polymarket/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Polymarket in other clients