Radar Kubernetes MCP Server for Grok
io.github.skyhook-io/radar
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
client:Grok
transport:stdio
runtime:oci
Install Radar Kubernetes MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"radar": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/skyhook-io/radar:1.14.1"
]
}
}
}
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