pay mcp for Zed
io.github.pay-skill/pay-mcp
USDC payments for AI agents on Base — direct, tabs, x402 paywalls, discovery
client:Zed
transport:stdio
runtime:npm
Install pay mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pay-mcp": {
"command": "npx",
"args": [
"-y",
"@pay-skill/mcp"
],
"env": {
"PAYSKILL_SIGNER_KEY": "<PAYSKILL_SIGNER_KEY>",
"PAY_NETWORK": "<PAY_NETWORK>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs