Skip to content
Windsurf

Radar Kubernetes MCP Server for Windsurf

io.github.skyhook-io/radar

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

client:Windsurf transport:stdio runtime:oci

Install Radar Kubernetes MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Radar Kubernetes MCP Server in other clients