agent pay for Zed
io.github.joepangallo/agent-pay
Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.
client:Zed
transport:stdio
runtime:npm
Install agent pay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-pay": {
"command": "npx",
"args": [
"-y",
"mcp-server-agentpay"
],
"env": {
"AGENTPAY_GATEWAY_KEY": "<AGENTPAY_GATEWAY_KEY>",
"AGENTPAY_ADMIN_KEY": "<AGENTPAY_ADMIN_KEY>",
"AGENTPAY_URL": "<AGENTPAY_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs