Skip to content

affiliate router mcp for Zed

io.github.forgemeshlabs/affiliate-router-mcp

Route x402 payments, Pyrimid affiliate splits, and referral links. Vendor-neutral, adapter-based.

client:Zed transport:stdio runtime:npm

Install affiliate router mcp 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": {
    "affiliate-router-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "affiliate-router-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
        "PYRIMID_AFFILIATE_ID": "<PYRIMID_AFFILIATE_ID>"
      }
    }
  }
}

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

affiliate router mcp in other clients