ocm-mcp
@maorfr
关于 ocm-mcp
MCP server for Red Hat OpenShift Cluster Manager
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
—
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of 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.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论