HomeDevelopment › infrabroker

infrabroker

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

Go CloudLocal macOSLinux
★ 10 stars Last pushed 2026-09-22 License: GPL-3.0

Topics: Command Line

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/luisgf/infrabroker:3.1.3

Or add to your MCP client config:

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

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry