Skip to content
Cursor

Snap Router for Cursor

io.github.trigeochiral/snap-router

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

client:Cursor transport:stdio runtime:pypi

Install Snap Router in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "snap-router": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "snap-router-mcp"
      ],
      "env": {
        "SNAP_API": "<SNAP_API>",
        "SNAP_XPAYMENT": "<SNAP_XPAYMENT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Snap Router in other clients