Skip to content
Zed

bosch flow mcp for Zed

io.github.partymola/bosch-flow-mcp

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

client:Zed transport:stdio runtime:pypi

Install bosch flow mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

bosch flow mcp in other clients