mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
GitHub Stars
123
User Rating
Not Rated
Favorites
0
Views
7
Forks
24
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Go: 1.16 or higher
Kubernetes CLI (kubectl): Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/silenceper/mcp-k8s.git
cd mcp-k8s
2. Initialize Go Modules
bash
go mod tidy
3. Build the Server
bash
go build -o mcp-k8s
4. Start the Server
bash
./mcp-k8s
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Go version and reinstall dependencies. Issue: Unable to connect to Kubernetes cluster Solution: Verify kubeconfig settings.Additional Resources
Author Information
447
Followers
142
Repositories
4
Gists
0
Total Contributions