
radar
by skyhook-io·★ 1,934·Score 56
Radar is a Kubernetes UI with built-in MCP server for AI assistants to query cluster resources.
Overview
Radar is a local-first Kubernetes management UI that provides topology visualization, resource browsing, and service traffic monitoring. It operates as a single binary without requiring cluster-side installation. The project includes a built-in MCP server implementation that enables AI assistants to query Kubernetes resources through Radar, with specific MCP tools for GitOps management and cluster operations. The project is actively maintained with regular updates and a growing user base.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Radar when you need to provide AI assistants with access to your Kubernetes cluster data for troubleshooting, analysis, and monitoring purposes without exposing sensitive credentials.
When NOT to choose this
Avoid Radar if you need deep integration with cloud provider APIs or require a fully cloud-managed solution without local components.
Tools this server exposes
2 tools extracted from the READMEmanage_gitopsManage GitOps resources - sync, suspend, resume, reconcile, rollback with lifecycle-aware refusal
get_cluster_auditRun cluster audit checks for security, reliability, and efficiency best practices
Note: Extracted from the MCP integration section of the README which references specific MCP tools but doesn't provide complete documentation of all available tools
Comparable tools
Installation
# Install Radar
brew install skyhook-io/tap/radar
# Run Radar
kubectl radarTo use with Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"radar": {
"command": "radar",
"args": ["--no-browser", "--no-mcp"]
}
}
}FAQ
- What does Radar's MCP server provide?
- Radar's MCP server provides tools for AI assistants to query Kubernetes cluster resources, manage GitOps operations, and access cluster information through the MCP protocol.
- Does Radar require any installation on the Kubernetes cluster?
- No, Radar runs locally on your laptop as a single binary and communicates directly with the Kubernetes API, requiring no cluster-side installation.
On Hacker News
Recent discussion from the developer community.
- Story by nadaverell · 2026-05-03
- Story by nadaverell · 2026-02-04
Compare radar with
Last updated · Auto-generated from public README + GitHub signals.