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
38
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