Skip to content
Gemini CLI

Wise for Gemini CLI

io.github.mindstone/mcp-server-wise

Wise (formerly TransferWise) MCP server for Model Context Protocol hosts

client:Gemini CLI transport:stdio runtime:npm

Install Wise in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Wise in other clients