← Back to Plugins
MCP Server MCP

io.github.luisgf/infrabroker

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/luisgf/infrabroker:3.1.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/luisgf/infrabroker:3.1.2",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the broker config.json (hosts, signer endpoint or local CA, policy).",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "-config"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...