Skip to content
Gemini CLI

bosch flow mcp for Gemini CLI

io.github.partymola/bosch-flow-mcp

MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.

client:Gemini CLI transport:stdio runtime:pypi

Install bosch flow mcp in Gemini CLI

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

{
  "mcpServers": {
    "bosch-flow-mcp": {
      "command": "uvx",
      "args": [
        "bosch-flow-mcp"
      ]
    }
  }
}

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

bosch flow mcp in other clients