mcp x402 accept for Zed
io.github.cryptoapis-io/mcp-x402-accept
Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server
client:Zed
transport:stdio
runtime:npm
Install mcp x402 accept in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-x402-accept": {
"command": "npx",
"args": [
"-y",
"@cryptoapis-io/mcp-x402-accept"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs