Skip to content
Gemini CLI

Snap Router for Gemini CLI

io.github.trigeochiral/snap-router

Task-to-tool discovery over the merged x402 Bazaar + MCP Registry catalog

client:Gemini CLI transport:stdio runtime:pypi

Install Snap Router 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": {
    "snap-router": {
      "command": "uvx",
      "args": [
        "snap-router-mcp"
      ],
      "env": {
        "SNAP_API": "<SNAP_API>",
        "SNAP_XPAYMENT": "<SNAP_XPAYMENT>"
      }
    }
  }
}

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

Snap Router in other clients