agentpay for Zed
io.github.up2itnow0822/agentpay
Non-custodial x402 payment MCP server for AI agents. Wallets and payments on 17 chains.
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",
"agentpay-mcp"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"BASE_RPC_URL": "<BASE_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs