mcpbeat Sign in

Ocm MCP Server

by sandeepbazar Your server? Claim it
local only

Ocm MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 282 installs a week from pypi. Last commit 29 Aug 2026.

Guardrailed fleet ops for AI agents: multi-cluster Kubernetes via OCM with policy, approval, audit.

Installs per day peak 675 · avg 57 · -68% w/w
a month agotoday
282
Installs / week
pypi · ocm-mcp-server
9
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
License
language unknown

What changed 1

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 29 August 2026. No other catalogue keeps this.

29 Aug the owner changed

What the code does

We have not read this server's code yet, 21 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call get_cluster.cluster → hack/e2e_tools.py:652, get_cluster.cluster → hack/e2e_tools.py:700
    inj = subprocess.run(["bash", f"{root}/chaos/inject.sh", "failing-rollout", cl],
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] chaos/inject.sh:1, [пакет] chaos/scenarios/broken-service.sh:1, [пакет] chaos/scenarios/config-drift.sh:1 и ещё 35
этот файл ставится пользователю, но в репозитории его нет
Runs an external command [пакет] eval/run_eval.py:44, [пакет] hack/bench_fleet.py:114, [пакет] hack/docs_stats.py:39 и ещё 1
    return subprocess.run(
Runs with shell=True [пакет] eval/run_eval.py:45
        cmd, shell=True, capture_output=True, text=True, timeout=timeout, check=False
Builds a file path from a variable [пакет] hack/docs_stats.py:88
        path = os.path.join(REPO, rel_path)
Dumps the whole environment [пакет] hack/e2e_tools.py:467
            env=dict(os.environ),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 ocm-mcp-server -- uvx ocm-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ocm-mcp-server": {
      "args": [
        "ocm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ocm-mcp-server]
command = "uvx"
args = ["ocm-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ocm-mcp-server": {
      "args": [
        "ocm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ocm-mcp-server": {
      "args": [
        "ocm-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KUBECONFIG (Path to the kubeconfig with the OCM hub context (and optional spoke contexts).), OCM_MCP_HUB_CONTEXT (Kubeconfig context name of the OCM hub cluster (defaults to the current context).), OCM_MCP_READ_ONLY (Set to 'true' to disable the gated write path entirely (read-only fleet access).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ocm MCP Server

same job, measured the same way
Ocm MCP Server
by ocm-mcp-server

Guardrailed fleet ops for AI agents: multi-cluster Kubernetes via OCM with policy, approval, audit.

local only
Runeward
by runewardd

Governed execution cells for AI agents: Docker/K8s sandboxes with policy, audit, and approvals.

local only
Kubeleash
by kubeleash

Kubernetes MCP server with RBAC-style, context-scoped guardrails for AI agents.

local only
K8scortex MCP
by apatilgtn

Kubernetes MCP server: 75 tools for GKE, AKS, EKS, RBAC, audit logging, GitOps, multi-cluster.

35 installs/wk local only
OpenShift MCP Server
by sanjaypsachdev

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

45 installs/wk local only
MCP Kubernetes
by dockndevai

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

324 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
K8s Lens
by firas-mcp-servers

MCP server for natural-language Kubernetes operations across single or multi-cluster environments.

50 installs/wk local only

Ocm MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Ocm MCP Server?
Ocm MCP Server 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 pypi package ocm-mcp-server was installed 282 times last week.
How do I connect Ocm MCP Server?
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 ocm-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Ocm MCP Server?
The pypi package ocm-mcp-server was installed 282 times in the last week. Week over week that is -68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ocm MCP Server open source?
We cannot say either way: 9 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.