mcp unblockpay for Zed
io.github.codespar/mcp-unblockpay
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
client:Zed
transport:stdio
runtime:npm
Install mcp unblockpay in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-unblockpay": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-unblockpay"
],
"env": {
"UNBLOCKPAY_API_KEY": "<UNBLOCKPAY_API_KEY>",
"UNBLOCKPAY_BASE_URL": "<UNBLOCKPAY_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs