ClawPay MCP — Non-Custodial x402 Payments for AI Agents for Zed
io.github.up2itnow0822/clawpay-mcp
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
client:Zed
transport:stdio
runtime:npm
Install ClawPay MCP — Non-Custodial x402 Payments for AI Agents in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clawpay-mcp": {
"command": "npx",
"args": [
"-y",
"clawpay-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