mcp wise for Zed
io.github.codespar/mcp-wise
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
client:Zed
transport:stdio
runtime:npm
Install mcp wise in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-wise": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>",
"WISE_ENV": "<WISE_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs