Kubernetes visibility for AI agents: query workloads, events, logs, topology, and Helm releases.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/skyhook-io/radar:1.11.0 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.skyhook-io/radar",
"description": "Kubernetes visibility for AI agents: query workloads, events, logs, topology, and Helm releases.",
"title": "Radar",
"repository": {
"url": "https://github.com/skyhook-io/radar",
"source": "github"
},
"version": "1.11.0",
"websiteUrl": "https://radarhq.io",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/skyhook-io/radar:1.11.0",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:9280/mcp"
},
"runtimeArguments": [
{
"description": "Expose Radar's HTTP server (UI + MCP) on 127.0.0.1:9280 only",
"isRequired": true,
"value": "127.0.0.1:9280:9280",
"type": "named",
"name": "-p"
},
{
"description": "Mount your kubeconfig into the container (read-only)",
"isRequired": true,
"value": "{kubeconfig_path}:/kubeconfig:ro",
"variables": {
"kubeconfig_path": {
"description": "Absolute path to your kubeconfig file on the host, e.g. /home/you/.kube/config (a leading ~ is not expanded when the client execs docker directly)",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "-v"
},
{
"description": "Point Radar at the mounted kubeconfig",
"isRequired": true,
"value": "KUBECONFIG=/kubeconfig",
"type": "named",
"name": "-e"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T17:32:22.171306Z",
"publishedAt": "2026-08-19T17:32:22.171306Z",
"updatedAt": "2026-08-19T17:32:22.171306Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.11.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.