payanagent for Zed
io.github.dernif/payanagent
Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy
client:Zed
transport:stdio
runtime:npm
Install payanagent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"payanagent": {
"command": "npx",
"args": [
"-y",
"@payanagent/mcp"
],
"env": {
"PAYANAGENT_WALLET_PRIVATE_KEY": "<PAYANAGENT_WALLET_PRIVATE_KEY>",
"PAYANAGENT_API_KEY": "<PAYANAGENT_API_KEY>",
"PAYANAGENT_BASE_URL": "<PAYANAGENT_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs