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
Advanced
Estimated 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.