GitHub Stars
573
User Rating
Not Rated
Favorites
0
Views
22
Forks
110
Issues
35
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Go: 1.16 or higher
Kubernetes: v1.18 or higher
Installation Steps
1. Clone Repository
bash
git clone https://github.com/manusa/kubernetes-mcp-server.git
cd kubernetes-mcp-server
2. Initialize Go Modules
bash
go mod tidy
3. Build the Server
bash
go build -o mcp-server
4. Start the Server
bash
./mcp-server
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check your Go version and reinstall dependencies. Issue: Unable to connect to Kubernetes API Solution: Verify your Kubernetes configuration file.Additional Resources
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
mcp-for-beginners
10399
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.