mcp rapyd for Zed
io.github.codespar/mcp-rapyd
MCP server for Rapyd — global collect + disburse across 100+ countries, cash pickup, wallets
client:Zed
transport:stdio
runtime:npm
Install mcp rapyd in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-rapyd": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-rapyd"
],
"env": {
"RAPYD_ACCESS_KEY": "<RAPYD_ACCESS_KEY>",
"RAPYD_SECRET_KEY": "<RAPYD_SECRET_KEY>",
"RAPYD_ENV": "<RAPYD_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs