
Kubernetes Diagnostics MCP Server
MCP server for Kubernetes troubleshooting and diagnostics.
5 followers
MCP server for Kubernetes troubleshooting and diagnostics.
5 followers
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. - himanshusharma89/k8s-diagnostics-mcp-server


Why did I build this?
Most Kubernetes diagnostic tools are heavy or require manual steps. I built this to give teams a simple way to inspect and debug clusters using standard JSON requests, without needing a full UI or dashboard. It fits well into LLM workflows and automation pipelines using the Model Context Protocol (MCP).
What’s new and unique about my launch compared to alternatives?
This is the first open-source MCP server built for Kubernetes. It runs with a single command, supports tools like get_pod_logs and summarize_events, and speaks in plain JSON — no SDK or agent needed. It’s also written in Dart, making it easy to embed or extend for custom workflows.
What am I most proud of in this launch?
This project featured during the AI Agents Hackathon, where it made it to the Top 6 out of 75+ entries. Since then, I’ve improved the design, made it easier to run, and kept the focus on clarity and control. I’m proud that it works without clutter and can slot into any internal toolchain without friction.