Skip to content
Cline

infrabroker for Cline

io.github.luisgf/infrabroker

SSH & Kubernetes access broker for AI agents; the model never touches a credential.

client:Cline transport:stdio runtime:oci

Install infrabroker in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "infrabroker": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/luisgf/infrabroker:3.1.3"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

infrabroker in other clients