openshift

stdio

Used by 3 plugins

Installs rh-developer, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub rhecosystemappeng/agentic-collections --plugin rh-developer
Description

Red Hat Openshift MCP server for interacting with Openshift Container Platform clusters and its operators

Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "openshift": {
      "command": "bash",
      "args": [
        "-c",
        "U=(); [ \"$(uname -s)\" = Linux ] && U=(--userns=keep-id:uid=65532,gid=65532); exec podman run \"${U[@]}\" --rm -i --network=host -v \"${KUBECONFIG}:/kubeconfig:ro,Z\" --entrypoint /app/kubernetes-mcp-server quay.io/ecosystem-appeng/openshift-mcp-server:latest --kubeconfig /kubeconfig --toolsets core,config,helm,kubevirt,observability,ossm"
      ],
      "env": {
        "KUBECONFIG": "${KUBECONFIG}"
      }
    }
  }
}
Command
bash
Access Level
write
Arguments
-cU=(); [ "$(uname -s)" = Linux ] && U=(--userns=keep-id:uid=65532,gid=65532); exec podman run "${U[@]}" --rm -i --network=host -v "${KUBECONFIG}:/kubeconfig:ro,Z" --entrypoint /app/kubernetes-mcp-server quay.io/ecosystem-appeng/openshift-mcp-server:latest --kubeconfig /kubeconfig --toolsets core,config,helm,kubevirt,observability,ossm
Environment Variables
KUBECONFIG=${KUBECONFIG}
Capabilities
deployment