Skip to content
Zed

agentpay for Zed

io.github.sdeanesh-png/agentpay

Spending controls for AI agents: per-agent budgets, vendor allowlists, full audit trail.

client:Zed transport:stdio runtime:npm

Install agentpay 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": {
    "agentpay": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpay-run/mcp-server"
      ],
      "env": {
        "AGENTPAY_API_KEY": "<AGENTPAY_API_KEY>",
        "AGENTPAY_BASE_URL": "<AGENTPAY_BASE_URL>"
      }
    }
  }
}

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

agentpay in other clients