OpenShift Cluster Manager
About
An MCP server for managing Red Hat OpenShift clusters via the OCM API.
Details
- Author
- redhat-ai-tools
- Categories
- Cloud Service, Infrastructure, Other
Jump to
Setup
Install OpenShift Cluster Manager in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/redhat-ai-tools/ocm-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server for managing Red Hat OpenShift clusters via the OCM API.
MCP server for Red Hat OpenShift Cluster Manager
You can run the ocm-mcp server in a container using Podman or Docker. Make sure you have a valid OCM token, which you can obtain by logging intohttps://console.redhat.com/openshift/token:
Example configuration for running with Podman:
{ "mcpServers": { "ocm-mcp": { "command": "podman", "args": [ "run", "-i", "--rm", "-e", "ACCESS_TOKEN_URL", "-e", "OCM_CLIENT_ID", "-e", "OCM_OFFLINE_TOKEN", "-e", "MCP_TRANSPORT", "quay.io/redhat-ai-tools/ocm-mcp" ], "env": { "ACCESS_TOKEN_URL": "https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token", "OCM_CLIENT_ID": "cloud-services", "OCM_OFFLINE_TOKEN": "REDACTED", "MCP_TRANSPORT": "stdio" } } } }
To run the server with a non-stdio transport (such as SSE), set theMCP_TRANSPORTenvironment variable to a value other thanstdio(e.g.,sse).
Example configuration to connect to a non-stdio MCP server:
{ "mcpServers": { "ocm-mcp": { "url": "https://ocm-mcp.example.com/sse", "headers": { "X-OCM-Offline-Token": "REDACTED" } } } }
ReplaceREDACTEDwith the value fromhttps://console.redhat.com/openshift/token.
Enables AI assistants to interact with Azure Kubernetes Service (AKS) clusters.
Manage cloud infrastructure using Pulumi's Infrastructure as Code (IaC) platform. Requires the Pulumi CLI to be installed.
Unified API for AI agents to deploy cloud infrastructure across AWS, Azure, and GCP autonomously
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
Core AWS MCP server providing prompt understanding and server management capabilities.
Manage and interact with Microsoft Azure services.
Deploy and operate workloads, secrets, and networking across AWS, GCP, Azure, and private clouds.
Query and interact with kubernetes environments monitored by Metoro
Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.
A server for managing Alibaba Cloud services, requiring an Access Key ID and Secret for authentication.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




