Wise for Zed
io.github.mindstone/mcp-server-wise
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
client:Zed
transport:stdio
runtime:npm
Install Wise in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-wise": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-wise"
],
"env": {
"WISE_API_TOKEN": "<WISE_API_TOKEN>",
"WISE_ENVIRONMENT": "<WISE_ENVIRONMENT>",
"WISE_REQUEST_TIMEOUT_MS": "<WISE_REQUEST_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs