★ 18 stars
Go
⚙️ DevOps
Updated 1mo ago
A read-only Kubernetes MCP server: list resources, get resource details, retrieve pod logs, discover API resources, and perform base64 encoding/decoding operations - all while maintaining security through read-only access.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-kubernetes-ro": {
"command": "go",
"args": [
"run",
"github.com/patrickdappollonio/mcp-kubernetes-ro@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-kubernetes-ro go run github.com/patrickdappollonio/mcp-kubernetes-ro@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-kubernetes-ro": {
"command": "go",
"args": [
"run",
"github.com/patrickdappollonio/mcp-kubernetes-ro@latest"
]
}
}
}
📋 Copy
Topics
kubernetes mcp-server