Odel
Radar Kubernetes MCP Server

Radar Kubernetes MCP Server

Local
@skyhook-io3.2kGoApache-2.0Updated 6 days ago

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/skyhook-io/radar:1.12.2

Run

docker run -i --rm ghcr.io/skyhook-io/radar:1.12.2

MCP client config

{
  "mcpServers": {
    "radar-kubernetes-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/skyhook-io/radar:1.12.2"
      ]
    }
  }
}