kubectl-mcp-server
Chat with your Kubernetes Cluster using AI tools and IDEs like Claude and Cursor!
GitHub Stars
708
User Rating
Not Rated
Favorites
0
Views
137
Forks
129
Issues
13
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.9 or higher
Kubernetes: 1.18 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/rohitg00/kubectl-mcp-server.git
cd kubectl-mcp-server
2. Install Dependencies
bash
pip install -r requirements.txt
3. Start Server
bash
python main.py
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to Kubernetes cluster Solution: Verify kubeconfig file settings.Additional Resources
Related MCPs
mcp-context-forge
2377
A Model Context Protocol (MCP) Gateway & Registry. Serves as a central management point for tools, resources, and prompts that can be accessed by MCP-compatible LLM applications. Converts REST API endpoints to MCP, composes virtual MCP servers with added security and observability, and converts between protocols (stdio, SSE, Streamable HTTP).