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
{
"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