Skip to content
Zed

BitBooth Seller Routes for Zed

io.github.drock91/bitbooth-routes

Create private x402 seller routes, set prices, and route payouts directly to your wallets.

client:Zed transport:stdio runtime:npm

Install BitBooth Seller Routes 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": {
    "bitbooth-routes": {
      "command": "npx",
      "args": [
        "-y",
        "@bitbooth/mcp-routes"
      ],
      "env": {
        "BITBOOTH_API_KEY": "<BITBOOTH_API_KEY>",
        "BITBOOTH_BASE_URL": "<BITBOOTH_BASE_URL>"
      }
    }
  }
}

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

BitBooth Seller Routes in other clients