Skip to content
Zed

agent toolkit for Zed

io.github.white-hat-lab/agent-toolkit

Pay-per-call developer utilities and npm supply-chain security tools for coding agents, over x402.

client:Zed transport:stdio runtime:npm

Install agent toolkit 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": {
    "agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolkit-mcp"
      ],
      "env": {
        "PAYER_PRIVATE_KEY": "<PAYER_PRIVATE_KEY>"
      }
    }
  }
}

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

agent toolkit in other clients