ocm-mcp-server (ocm-mcp-server/ocm-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 42 tools. No publisher has claimed this listing.

C
Emerging
74/100

ocm-mcp-server

An MCP server that lets AI agents operate a multi-cluster Kubernetes fleet through an Open Cluster Management hub, with policy, approval, and audit between the model and your clusters.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

ocm-mcp-server

Source: github_repo_search

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
42 tools verified — handlers match their declared behaviour
30 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: OCM_MCP_SIGNER_KEY, OCM_MCP_VERIFIER_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configOCM_MCP_METRICS_PORTGET /metrics (OCM_MCP_METRICS_PORT, localhost by default). This server's own counters only - it does not scrape or proxy Prometheus on managed/HCP clusters; fleet state comes from the Kubernetes APIs
configOCM_MCP_HOMEState directory (approval keypair, pending proposals, audit.jsonl, spent-token ids). Default ~/.ocm-mcp.
configBENCH_HUB_CLUSTERS
configBENCH_KWOK_SPOKES
configBENCH_REPS
configBENCH_PODS_PER_SPOKE
configBENCH_KWOK_RUNTIME
configOCM_MCP_HUB_CONTEXTThe kubeconfig context that points at the OCM hub cluster, where ManagedCluster and ManifestWork live. After make bootstrap this is kind-hub. Empty = current context.
configOCM_MCP_SPOKE_CONTEXTSComma-separated <managed-cluster-name>=<kubeconfig-context> pairs mapping each cluster as the hub names it (kubectl --context kind-hub get managedclusters) to a context holding read-only spoke credentials. Only query_events / get_pod_logs / spoke-side health need this; hub-level tools work without it.
configOCM_MCP_FANOUT_WORKERSConcurrent spoke scans during get_fleet_health. Default 8 (floor 1).
configOCM_MCP_MAX_PROPOSAL_BYTESReject a proposal larger than this many bytes. Default 262144 (256 KiB).
configOCM_MCP_MAX_HPA_REPLICASReject a HorizontalPodAutoscaler whose maxReplicas exceeds this. Default 100.
configKUBECONFIGKubeconfig file path(s); defaults to ~/.kube/config.
configOTEL_EXPORTER_OTLP_ENDPOINTSet (e.g. http://localhost:4318) to emit a trace span per tool call (needs the [tracing] extra; see the [tracing guide](docs/deployment.md#tracing-with-opentelemetry-and-jaeger)). Unset = tracing off, audit log still on.
configOCM_MCP_APPROVAL_TTLApproval-token lifetime in seconds. Default 3600.
configOCM_MCP_ISSUERBind approval tokens to this deployment so a token minted elsewhere is refused. Defaults ocm-mcp / ocm-mcp-server.
configOCM_MCP_AUDIENCEBind approval tokens to this deployment so a token minted elsewhere is refused. Defaults ocm-mcp / ocm-mcp-server.
configOCM_MCP_REQUIRE_DIGESTSet to 1 to require @sha256 digest-pinned images (stricter than tag-pinning). Default off.
configOCM_MCP_READ_ONLYdestructiveHint and enforced by the gate. Setting =1 turns off
configOCM_MCP_STRICTSet to 1/true to make the deployment preconditions layer&nbsp;3 rests on a startup failure rather than a stderr warning: a signer private key readable next to the server, or OCM_MCP_ISSUER/OCM_MCP_AUDIENCE left at their defaults. Recommended in production. Default off, so a laptop bootstrap still works with one shared home.
configOCM_MCP_AUDIT_ECHOSet to 1 to also echo each audit line to stderr as JSON, so a container log collector can forward the audit stream to a SIEM. Free-form values (manifests, summaries, reasons, error text) are redacted ("[redacted]") in the echo; the audit file itself keeps full fidelity. Default off.
🔐 secretOCM_MCP_SIGNER_KEYPath to the private Ed25519 signing key. Point this off the server (a separate account/device) so a compromised server cannot mint tokens. Default OCM_MCP_HOME/approval_ed25519.
🔐 secretOCM_MCP_VERIFIER_KEYPath to the public verifier key the server loads. Mount read-only. Default OCM_MCP_HOME/approval_ed25519.pub.
configOCM_MCP_CLIENT_TTLSeconds before the cached Kubernetes API client is rebuilt, so rotated/refreshed credentials are picked up. Default 600.
configOCM_MCP_METRICS_HOSTInterface the metrics endpoint binds. Default 127.0.0.1 (localhost only); set 0.0.0.0 for a remote scraper.
configOCM_MCP_SPOKE_TIMEOUTRead timeout (seconds) for spoke health/event/log calls, so one large cluster cannot hang a tool. Default 30.
configOCM_MCP_HEALTH_LIMITMax pods/deployments get_cluster_health fetches per cluster; the result notes truncation. Default 500.
configOCM_MCP_LIST_PAGE_SIZE
configOCM_MCP_LIST_MAX_ITEMS
// quality suggestions

Tool annotations

36/42 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

42/42 tools missing one or more hints — list_clusters (missing: idempotentHint); get_cluster (missing: idempotentHint); list_cluster_sets (missing: idempotentHint), +39 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/ocm-mcp-server/ocm-mcp-server)](https://m8ven.ai/mcp/ocm-mcp-server/ocm-mcp-server)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 7684cfcce4e4bdb8aa455a23741a5cd20e09e89e
code hash: db58bdf6462ee290b7bb074d85341ccdf0e2a751b56486bfdb60ea273c3e6053
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client