x402 mcp for Zed
io.github.carboncashmere/x402-mcp
177 crypto market intel endpoints with auto x402 USDC micropayments from your AI agent
client:Zed
transport:stdio
runtime:npm
Install x402 mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"x402-mcp": {
"command": "npx",
"args": [
"-y",
"@carbon-cashmere/x402-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
"SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>",
"X402_TOOL_LIMIT": "<X402_TOOL_LIMIT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs