MCP Server
MCP
Radar
Kubernetes visibility for AI agents: query workloads, events, logs, topology, and Helm releases.
Install
oci:ghcr.io/skyhook-io/radar:1.11.0
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment