Radar
Rank #319io.github.skyhook-io/radar
Kubernetes visibility for AI agents: query workloads, events, logs, topology, and Helm releases.
Radar is a Model Context Protocol (MCP) server published by skyhook-io. It ranks #319 of 103,283 servers tracked on MCP Toplist, and its repository has 2,710 GitHub stars. Radar is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on May 28, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 102,964 of 103,283 servers on MCP Toplist.
Use Radar
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add radar -- docker run -i --rm -p 127.0.0.1:9280:9280 -v "{kubeconfig_path}:/kubeconfig:ro" -e KUBECONFIG=/kubeconfig ghcr.io/skyhook-io/radar:1.10.0[mcp_servers.radar]
command = "docker"
args = ["run", "-i", "--rm", "-p", "127.0.0.1:9280:9280", "-v", "{kubeconfig_path}:/kubeconfig:ro", "-e", "KUBECONFIG=/kubeconfig", "ghcr.io/skyhook-io/radar:1.10.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"radar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:9280:9280",
"-v",
"{kubeconfig_path}:/kubeconfig:ro",
"-e",
"KUBECONFIG=/kubeconfig",
"ghcr.io/skyhook-io/radar:1.10.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"radar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:9280:9280",
"-v",
"{kubeconfig_path}:/kubeconfig:ro",
"-e",
"KUBECONFIG=/kubeconfig",
"ghcr.io/skyhook-io/radar:1.10.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"radar": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:9280:9280",
"-v",
"{kubeconfig_path}:/kubeconfig:ro",
"-e",
"KUBECONFIG=/kubeconfig",
"ghcr.io/skyhook-io/radar:1.10.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"radar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:9280:9280",
"-v",
"{kubeconfig_path}:/kubeconfig:ro",
"-e",
"KUBECONFIG=/kubeconfig",
"ghcr.io/skyhook-io/radar:1.10.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"radar": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-p",
"127.0.0.1:9280:9280",
"-v",
"{kubeconfig_path}:/kubeconfig:ro",
"-e",
"KUBECONFIG=/kubeconfig",
"ghcr.io/skyhook-io/radar:1.10.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.skyhook-io%2Fradar)<a href="https://mcptoplist.com/server/io.github.skyhook-io%2Fradar"><img src="https://mcptoplist.com/badge/io.github.skyhook-io%2Fradar.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
skyhook-io
Available versions (4)
| Version | Published |
|---|---|
| 1.10.0 | Aug 12, 2026 |
| 1.9.2 | Aug 10, 2026 |
| 1.9.1 | Aug 7, 2026 |
| 1.9.0 | Aug 5, 2026 |
Frequently asked questions
- Who maintains Radar?
- Radar is maintained by skyhook-io, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Radar listed on the Official MCP Registry?
- Yes — Radar is listed on the Official MCP Registry, alongside Glama.
- How many versions does Radar have?
- MCP Toplist tracks 4 versions of Radar, most recently published on Aug 12, 2026.
- Where can I find the source code for Radar?
- The source code for Radar is hosted at github.com/skyhook-io/radar.