MCP Catalogs
Homeradar screenshot

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.

ops-infradeveloper-toolsmonitoring
104
Forks
36
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI assistants querying Kubernetes cluster resources and topology
you:GitOps operations through AI assistants using MCP tools
you:AI-powered cluster monitoring and diagnostics
you:What does Radar's MCP server provide?
you:Does Radar require any installation on the Kubernetes cluster?

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 README
  • manage_gitops

    Manage GitOps resources - sync, suspend, resume, reconcile, rollback with lifecycle-aware refusal

  • get_cluster_audit

    Run 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

k9slensstern

Installation

# Install Radar
brew install skyhook-io/tap/radar

# Run Radar
kubectl radar

To 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.

Compare radar with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.