mcpbeat Sign in

Infrabroker MCP Server

local only

Infrabroker runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

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

Installs / week
not published
10
Stars
6 open issues
11 Sep 2026
Last commit
from GitHub
GPL-3.0
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        return filepath.Join(fileDir, v)
Touches key and credential files internal/initcmd/initcmd.go:27
    importSSH := fs.Bool("import-ssh-config", false, "import hosts from ~/.ssh/config (ssh -G + known_hosts / keyscan)")
Touches key and credential files internal/initcmd/initcmd.go:27
    importSSH := fs.Bool("import-ssh-config", false, "import hosts from ~/.ssh/config (ssh -G + known_hosts / keyscan)")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Infrabroker

same job, measured the same way
MCP Kubernetes
by dockndevai

Kubernetes monitoring & ops for AI agents — safe-by-default access modes and guards.

324 installs/wk local only
K8s MCP Server (Go)
by kaneg

Safe Kubernetes access for AI agents via MCP. Read-only by default, with explicit permission modes.

local only
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

6 636 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

OpenShift/Kubernetes cluster management via the oc CLI for MCP clients

45 installs/wk local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
K8gentS — Kubernetes RCA MCP Server
by jdoornink

Kubernetes RCA agent that sandboxes its own AI with OPA Gatekeeper. MCP-ready for any client.

local only
No Crd
by nogoo9

Dynamic pod spawner & proxy for ephemeral AI agent workspaces on Kubernetes without CRDs

95 installs/wk local only
WhiteCapData Dev
by michael-whitecapdata

Operate a k3s / Kubernetes cluster from your AI agent — safe-by-default MCP server.

78 installs/wk local only

Infrabroker — questions

Answers built from our own checks of this server.

Why is there no uptime for Infrabroker?
Infrabroker runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Infrabroker open source?
Yes — it is published under the GPL-3.0 licence, written in Go, 10 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.