agentpay for Zed
io.github.alefnt/agentpay
AI Agent payment protocol on CKB Fiber Network. Zero-gas micropayments with Hold Invoice escrow.
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-dev/mcp-server"
],
"env": {
"FIBER_RPC_URL": "<FIBER_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs