mcp server for Zed
io.github.gatefareio/mcp-server
Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.
client:Zed
transport:stdio
runtime:npm
Install mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@gatefare/mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"WALLET_BUDGET_USD": "<WALLET_BUDGET_USD>",
"WALLET_NETWORK": "<WALLET_NETWORK>",
"GATEFARE_PAT": "<GATEFARE_PAT>",
"GATEFARE_BASE_URL": "<GATEFARE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs