Skip to content
Gemini CLI

sber mcp for Gemini CLI

io.github.ex3lite/sber-mcp

Unofficial SberBank Online: read accounts and operations, transfer with human approval.

client:Gemini CLI transport:stdio runtime:pypi

Install sber mcp in Gemini CLI

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

{
  "mcpServers": {
    "sber-mcp": {
      "command": "uvx",
      "args": [
        "sber-unofficial-mcp"
      ]
    }
  }
}

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

sber mcp in other clients