openshift-virtualization
stdioUsed by 1 plugin
Installs openshift-virtualization, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub rhecosystemappeng/agentic-collections --plugin openshift-virtualizationDescription
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-virtualization": {
"command": "podman",
"args": [
"run",
"--rm",
"-i",
"--network=host",
"--userns=keep-id:uid=65532,gid=65532",
"-v",
"${KUBECONFIG}:/kubeconfig:ro,Z",
"--entrypoint",
"/app/kubernetes-mcp-server",
"quay.io/ecosystem-appeng/openshift-mcp-server:latest",
"--kubeconfig",
"/kubeconfig",
"--toolsets",
"core,kubevirt"
],
"env": {
"KUBECONFIG": "${KUBECONFIG}"
}
}
}
}Command
podmanAccess Level
write
Arguments
run--rm-i--network=host--userns=keep-id:uid=65532,gid=65532-v${KUBECONFIG}:/kubeconfig:ro,Z--entrypoint/app/kubernetes-mcp-serverquay.io/ecosystem-appeng/openshift-mcp-server:latest--kubeconfig/kubeconfig--toolsetscore,kubevirt
Environment Variables
KUBECONFIG=${KUBECONFIG}Capabilities
deployment