ocm-mcp
@maorfr
About ocm-mcp
MCP server for Red Hat OpenShift Cluster Manager
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ocm-mcp": {
"command": "podman",
"args": [
"run",
"-i",
"--rm",
"-e",
"ACCESS_TOKEN_URL",
"-e",
"OCM_CLIENT_ID",
"-e",
"OCM_OFFLINE_TOKEN",
"quay.io/maorfr/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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ocm-mcp?
ocm-mcp is a Model Context Protocol (MCP) server for Red Hat OpenShift Cluster Manager (OCM). It enables AI assistants to interact with OCM, allowing users to manage OpenShift clusters through a standard protocol.
How to use ocm-mcp?
Run ocm-mcp in a container using Podman or Docker. Configure it with the environment variables ACCESS_TOKEN_URL, OCM_CLIENT_ID, and OCM_OFFLINE_TOKEN. Obtain your offline token from https://console.redhat.com/openshift/token and replace REDACTED in the configuration example.
Key features of ocm-mcp
- MCP server for Red Hat OpenShift Cluster Manager
- Containerized deployment with Podman or Docker
- Authenticates via OCM offline token
- Configurable through environment variables
- Provides OCM capabilities to MCP-compatible clients
Use cases of ocm-mcp
—
FAQ from ocm-mcp
—
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments