Skip to content
Zed

Paybond MCP Server for Zed

io.github.nonameuserd/paybond

Default trust layer for agentic payments: authorize agent spend, evidence, receipts, settlement.

client:Zed transport:stdio runtime:npm

Install Paybond MCP Server 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": {
    "paybond": {
      "command": "npx",
      "args": [
        "-y",
        "@paybond/kit"
      ],
      "env": {
        "PAYBOND_API_KEY": "<PAYBOND_API_KEY>",
        "PAYBOND_GATEWAY_URL": "<PAYBOND_GATEWAY_URL>",
        "PAYBOND_ENV_FILE": "<PAYBOND_ENV_FILE>"
      }
    }
  }
}

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

Paybond MCP Server in other clients