Skip to content
Windsurf

Paybond MCP Server for Windsurf

io.github.nonameuserd/paybond

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

client:Windsurf transport:stdio runtime:npm

Install Paybond MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Paybond MCP Server in other clients