agentpay for Zed
io.github.romudille-bit/agentpay
Budget-capped x402 payments for AI agents: verifiable receipts, trust routing, 17 free tools.
client:Zed
transport:stdio
runtime:npm
Install agentpay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentpay": {
"command": "npx",
"args": [
"-y",
"@romudille/agentpay-mcp"
],
"env": {
"AGENTPAY_BASE_KEY": "<AGENTPAY_BASE_KEY>",
"AGENTPAY_MAX_SPEND": "<AGENTPAY_MAX_SPEND>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs