mcpbeat Sign in

MCP Openshift MCP Server

local only

MCP Openshift runs on your own machine — the client starts it, so there is no endpoint to ping. 179 installs a week from npm. Last commit 19 Sep 2026.

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

Installs per day peak 165 · avg 5
a month agotoday
179
Installs / week
npm · @dockndevai/mcp-openshift
0
Stars
0 open issues
19 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Openshift every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-openshift -- npx -y @dockndevai/mcp-openshift
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-openshift": {
      "args": [
        "-y",
        "@dockndevai/mcp-openshift"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-openshift]
command = "npx"
args = ["-y", "@dockndevai/mcp-openshift"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-openshift": {
      "args": [
        "-y",
        "@dockndevai/mcp-openshift"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-openshift": {
      "args": [
        "-y",
        "@dockndevai/mcp-openshift"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENSHIFT_SERVER (Cluster API server URL, e.g. https://api.cluster.example.com:6443.), OPENSHIFT_TOKEN (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 (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Openshift

same job, measured the same way
MCP Kubernetes
by dockndevai

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

67 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
Kubernetes MCP Server
by containers

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

9 564 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

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

34 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
Vercel Deployment MCP
by addiplus

Reference MCP stdio server for observing Vercel projects and deployments.

76 installs/wk local only
Lumino MCP Server
by geored

AI-powered SRE observability for Kubernetes/OpenShift with 40+ Tekton debugging tools

98 installs/wk local only
MCP Percona Pg
by dockndevai

Manage Percona PostgreSQL + PgBouncer on Kubernetes — safe-by-default access modes and guards.

71 installs/wk local only

MCP Openshift — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Openshift?
MCP Openshift runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dockndevai/mcp-openshift was installed 179 times last week.
How do I connect MCP Openshift?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dockndevai/mcp-openshift straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Openshift?
The npm package @dockndevai/mcp-openshift was installed 179 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Openshift open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.