Skip to content
Gemini CLI

Pariflow Agent for Gemini CLI

com.pariflow/agent

Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.

client:Gemini CLI transport:stdio runtime:npm

Install Pariflow Agent in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent": {
      "command": "npx",
      "args": [
        "-y",
        "@pariflow-market/mcp"
      ],
      "env": {
        "PARIFLOW_SETUP_CODE": "<PARIFLOW_SETUP_CODE>"
      }
    }
  }
}

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

Pariflow Agent in other clients