kdebug-mcp

kdebug-mcp

15

KDebug is a tool designed to debug Kubernetes clusters using Claude AI, leveraging the Model Control Protocol to execute commands seamlessly. It offers features to inspect resources, view logs, and monitor events in a simplified conversational format. The tool requires proper configuration and offers a robust set of commands for comprehensive cluster management.

What should I do if Claude can't connect to KDebug?

Ensure the path in your Claude MCP configuration is correct and that the KDebug binary is executable.

How do I switch Kubernetes contexts?

Use the command kubectl config use-context <context-name> to switch contexts.

What permissions does KDebug require?

KDebug requires the same permissions as your current Kubernetes configuration. Ensure your ~/.kube/config has the necessary access.

Can I build KDebug from source?

Yes, clone the repository and use go build -o bin/server ./cmd/server/main.go to build the binary.

What are the prerequisites for using KDebug?

You need Go 1.18+, configured Kubernetes cluster access, and a Claude client with MCP support.