Kubernetes MCP Server
A Claude Kubernetes MCP server, built in Go. The server integrates with ArgoCD, GitLab, Claude AI, and Kubernetes to enable advanced control and automation of Kubernetes environments.
Ads
Overview
> A Model Context Protocol (MCP) server for Kubernetes cluster management with ArgoCD and GitLab integration. This repository contains the Claude Kubernetes MCP (Model Context Protocol) server, built in Go. The server integrates with ArgoCD, GitLab, Claude AI, and Kubernetes to enable advanced control and automation of Kubernetes environments. - Overview - Prerequisites - Setup Instructions - Configuration - Running Locally - Building and Running with Docker - Production Deployment - API Documentation - Postman Collection - License
Installation
docker build -t claude-mcp-server -f Dockerfile .
Configuration
Configuration example is not available yet.
Capabilities
- List Kubernetes namespaces
Retrieve all namespaces in the cluster via `GET /api/v1/namespaces`.
- List resources by kind
Fetch resources of a given kind (pods, deployments, etc.) within a namespace using `GET /api/v1/resources/{kind}`.
- Get resource details
Inspect a specific Kubernetes resource by name and namespace with `GET /api/v1/resources/{kind}/{name}`.
- Retrieve resource events
Query Kubernetes events filtered by namespace, resource kind, and name via `GET /api/v1/events`.
- List ArgoCD applications
View all applications managed by ArgoCD through `GET /api/v1/argocd/applications`.
- Troubleshoot a resource
Ask the assistant to analyze a failing pod or other resource using `POST /api/v1/mcp/troubleshoot`.
Tags
- anthropic
- llm
- ai-model
- version-control
- git
Related MCP servers
Gitee
OfficialGitee API integration, repository, issue, and pull request management, and more.
modelcontextprotocol/server-git
OfficialDirect Git repository operations including reading, searching, and analyzing local repositories
github/github-mcp-server
OfficialOfficial GitHub server for integration with repository management, PRs, issues, and more.
modelcontextprotocol/server-git
OfficialDirect Git repository operations including reading, searching, and analyzing local repositories