Kubernetes-native MCP server operator with delegated Kubernetes RBAC, progressive capability loading, and safe write modes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"supek8smcp": {
"command": "go",
"args": [
"run",
"github.com/SamuelSupe/supek8smcp@latest"
]
}
}
}
Run in terminal:
claude mcp add supek8smcp go run github.com/SamuelSupe/supek8smcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"supek8smcp": {
"command": "go",
"args": [
"run",
"github.com/SamuelSupe/supek8smcp@latest"
]
}
}
}