HomeCloud & Monitoring › mcp-openshift

mcp-openshift

Safe-by-default MCP for OpenShift / Kubernetes: projects, pods, logs, deployments, routes.

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-09-19 License: MIT

Topics: Cloud Platforms

Connect

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

Package (npm 0.1.0)

npx -y @dockndevai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-openshift": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/[email protected]"
      ],
      "env": {
        "OPENSHIFT_SERVER": "<YOUR_VALUE>",
        "OPENSHIFT_TOKEN": "<YOUR_VALUE>",
        "OPENSHIFT_USERNAME": "<YOUR_VALUE>",
        "OPENSHIFT_PASSWORD": "<YOUR_VALUE>",
        "OPENSHIFT_CA_CERT": "<YOUR_VALUE>",
        "OPENSHIFT_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENSHIFT_SERVER required — Cluster API server URL, e.g. https://api.cluster.example.com:6443.
  • OPENSHIFT_TOKEN secret — Bearer token (console → user menu → Copy login command → Display Token, or `oc whoami -t`).
  • OPENSHIFT_USERNAME — Username for the cluster's local identity provider (alternative to a token).
  • OPENSHIFT_PASSWORD secret — Password for the local identity provider. Sent only to the cluster's OAuth server.
  • OPENSHIFT_CA_CERT — Path to the cluster CA bundle (PEM) for TLS verification.
  • OPENSHIFT_MODE — Access mode: read-only | read-write | admin. Starts read-only; writes need read-write.

Related servers

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

Data from the Official MCP Registry