infrabroker for Cursor
io.github.luisgf/infrabroker
SSH & Kubernetes access broker for AI agents; the model never touches a credential.
client:Cursor
transport:stdio
runtime:oci
Install infrabroker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"infrabroker": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/luisgf/infrabroker:3.1.3"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs