Wise for Windsurf
io.github.mindstone/mcp-server-wise
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
client:Windsurf
transport:stdio
runtime:npm
Install Wise in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs