infrabroker
Rank #2,987io.github.luisgf/infrabroker
SSH & Kubernetes access broker for AI agents; the model never touches a credential.
infrabroker is a Model Context Protocol (MCP) server published by luisgf. It ranks #2,987 of 115,591 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. infrabroker is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Jul 2, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 112,604 of 115,591 servers on MCP Toplist.
Use infrabroker
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add infrabroker -- docker run -i --rm ghcr.io/luisgf/infrabroker:3.1.2 -config[mcp_servers.infrabroker]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/luisgf/infrabroker:3.1.2", "-config"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"infrabroker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.2",
"-config"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"infrabroker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.2",
"-config"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infrabroker": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.2",
"-config"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infrabroker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.2",
"-config"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infrabroker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.2",
"-config"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.luisgf%2Finfrabroker)<a href="https://mcptoplist.com/server/io.github.luisgf%2Finfrabroker"><img src="https://mcptoplist.com/badge/io.github.luisgf%2Finfrabroker.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
luisgf
Available versions (5)
| Version | Published |
|---|---|
| 3.1.2 | Aug 13, 2026 |
| 3.1.1 | Aug 12, 2026 |
| 3.1.0 | Aug 2, 2026 |
| 2.0.0 | Jul 10, 2026 |
| 1.37.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains infrabroker?
- infrabroker is maintained by luisgf, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is infrabroker listed on the Official MCP Registry?
- Yes — infrabroker is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does infrabroker have?
- MCP Toplist tracks 5 versions of infrabroker, most recently published on Aug 13, 2026.
- Where can I find the source code for infrabroker?
- The source code for infrabroker is hosted at github.com/luisgf/infrabroker.