mcp airwallex for Zed
io.github.codespar/mcp-airwallex
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
client:Zed
transport:stdio
runtime:npm
Install mcp airwallex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-airwallex": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-airwallex"
],
"env": {
"AIRWALLEX_CLIENT_ID": "<AIRWALLEX_CLIENT_ID>",
"AIRWALLEX_API_KEY": "<AIRWALLEX_API_KEY>",
"AIRWALLEX_ENV": "<AIRWALLEX_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs