Skip to content
Zed

payclaw for Zed

io.github.payclaw/payclaw

Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.

client:Zed transport:stdio runtime:npm

Install payclaw 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": {
    "payclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
        "PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
      }
    }
  }
}

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

payclaw in other clients