A GitOps Model Context Protocol (MCP) Server.
A GitOps Model Context Protocol (MCP) Server. That is what the claude kubernetes mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
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.
This server is designed to orchestrate Kubernetes workloads using Claude AI, GitLab, ArgoCD, and Vault. It exposes a REST API that allows programmatic interaction with these systems, driven by a configured config.yaml and authenticated using an API key.
The server publishes 3 tools. What each one is for:
General — The General tool exposed by this serverKubernetes — The Kubernetes tool exposed by this serverArgoCD — The ArgoCD tool exposed by this serverConfiguration is passed through the environment: ARGOCD_USERNAME, ARGOCD_PASSWORD, GITLAB_TOKEN, CLAUDE_API_KEY, VAULT_TOKEN, KUBECONFIG, AUTH_TOKEN, PROJECT_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
~/.kube/config - EKS cluster with AWS_PROFILE set locally - ArgoCD credentials - GitLab personal access token - Claude API key (Anthropic) - Vault credentials (optional, depending on use)Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Claude Kubernetes's toolset — General, Kubernetes, ArgoCD — is a fair guide to whether it matches your workflow. It is maintained by Blankcut; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Claude Kubernetes's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| General | The General tool exposed by this server. |
| Kubernetes | The Kubernetes tool exposed by this server. |
| ArgoCD | The ArgoCD tool exposed by this server. |
~/.kube/config - EKS cluster with AWS_PROFILE set locally - ArgoCD credentials - GitLab personal access token - Claude API key (Anthropic) - Vault credentials (optional, depending on use)| Variable | Description | Required |
|---|---|---|
| ARGOCD_USERNAME | Configuration value read at startup. | Optional |
| ARGOCD_PASSWORD | Configuration value read at startup. | Optional |
| GITLAB_TOKEN | Credential the server authenticates with. | Yes |
| CLAUDE_API_KEY | Credential the server authenticates with. | Yes |
| VAULT_TOKEN | Credential the server authenticates with. | Yes |
| KUBECONFIG | Configuration value read at startup. | Optional |
| AUTH_TOKEN | Credential the server authenticates with. | Yes |
| PROJECT_PATH | Filesystem location the server is allowed to use. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.