mcp server wise for Zed
io.github.aiwerk/mcp-server-wise
Wise Personal API: profiles, balances, multi-currency rates, transfers, recipients (read-only).
client:Zed
transport:stdio
runtime:npm
Install mcp server wise in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@aiwerk/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs