Radar Kubernetes MCP Server for Cursor
io.github.skyhook-io/radar
Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.
client:Cursor
transport:stdio
runtime:oci
Install Radar Kubernetes MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"radar": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/skyhook-io/radar:1.14.1"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs