Skip to content
Zed

Snap Router for Zed

io.github.trigeochiral/snap-router

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

client:Zed transport:stdio runtime:pypi

Install Snap Router in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Snap Router in other clients