Loading MCP server directory, please wait...
Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.
npx @getmcp/cli add io.github.your-ko/mcp-k8s-roRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.your-ko/mcp-k8s-ro": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KUBECONFIG",
"ghcr.io/your-ko/mcp-k8s-ro:1.0.1"
],
"env": {
"KUBECONFIG": ""
}
}
}
}