OpenShift MCP Server for Grok
io.github.sanjaypsachdev/mcp-server-openshift
OpenShift/Kubernetes cluster management via the oc CLI for MCP clients
client:Grok
transport:stdio
runtime:npm
Install OpenShift MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-openshift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-openshift"
],
"env": {
"OPENSHIFT_CONTEXT": "<OPENSHIFT_CONTEXT>",
"OPENSHIFT_NAMESPACE": "<OPENSHIFT_NAMESPACE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs