kubernetes-mcp-server

Model Context Protocol (MCP) server for Kubernetes and OpenShift

GitHub Stars

573

User Rating

Not Rated

Favorites

0

Views

22

Forks

110

Issues

35

Installation
Difficulty
Advanced
Estimated 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