★ 0 stars
Go
💻 Code/Dev Tools
Updated 1mo ago
Query Kubernetes resources, logs, and events — as a CLI and an MCP server for AI assistants.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kubectl-debug-querie": {
"command": "go",
"args": [
"run",
"github.com/yaacov/kubectl-debug-queries@latest"
]
}
}
}
Run in terminal:
claude mcp add kubectl-debug-querie go run github.com/yaacov/kubectl-debug-queries@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"kubectl-debug-querie": {
"command": "go",
"args": [
"run",
"github.com/yaacov/kubectl-debug-queries@latest"
]
}
}
}
Topics
kubernetesloggingmcp-serveropenshift