A Model Context Protocol (MCP) server specifically designed for intelligent Kubernetes troubleshooting and diagnostics. Built to complement existing K8s management tools with advanced debugging capabilities.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"k8s-diagnostics-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server specifically designed for intelligent Kubernetes troubleshooting and diagnostics. Built to complement existing K8s management tools with advanced debugging capabilities.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
k8s://troubleshooting/common-issuesComprehensive troubleshooting guide for common Kubernetes issues including CrashLoopBackOff debugging, ImagePullBackOff resolution, pending pod issues, performance troubleshooting, and networking problem diagnosis
k8s://troubleshooting/common-issues
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for K8s Diagnostics Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server specifically designed for intelligent Kubernetes troubleshooting and diagnostics. Built to complement existing K8s management tools with advanced debugging capabilities.
git clone <this-repo>
cd k8s-diagnostics-mcp
go mod tidy
go build -o k8s-diagnostics-mcp
The server automatically detects your Kubernetes configuration:
~/.kube/config or $KUBECONFIG environment variablediagnose_podDiagnose issues with a specific Kubernetes pod.
Parameters:
pod_name (required): Name of the pod to diagnosenamespace (optional): Kubernetes namespace (default: "default")Returns:
analyze_cluster_healthAnalyze overall Kubernetes cluster health and identify issues.
Returns:
get_workload_recommendationsGet recommendations for improving workload configurations.
Parameters:
namespace (optional): Kubernetes namespace to analyze (default: "default")Returns:
analyze_pod_logsGet and analyze pod logs for common error patterns.
Parameters:
pod_name (required): Name of the podnamespace (optional): Kubernetes namespace (default: "default")container (optional): Specific container namelines (optional): Number of log lines to retrieve (default: 100)Returns:
k8s://troubleshooting/common-issuesProvides a comprehensive troubleshooting guide for common Kubernetes issues including:
Unlike existing Kubernetes MCP servers that focus on b