kubectl-mcp-server and mcp-for-argocd
These are complementary tools: kubectl-mcp-server provides direct Kubernetes cluster management via MCP, while mcp-for-argocd layers GitOps-based deployment orchestration on top of Kubernetes, allowing them to be used together for both cluster operations and declarative application delivery.
About kubectl-mcp-server
rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip install kubectl-mcp-server
This tool helps DevOps engineers and SREs manage their Kubernetes clusters by allowing them to use natural language commands with an AI assistant. You input questions or requests like "Why is my pod crashing?" or "Deploy a Redis cluster," and it translates these into Kubernetes actions, providing diagnoses, deployments, and cost optimization insights. It's designed for anyone responsible for maintaining and optimizing Kubernetes infrastructure.
About mcp-for-argocd
argoproj-labs/mcp-for-argocd
An implementation of Model Context Protocol (MCP) server for Argo CD.
This project helps DevOps engineers and SREs manage their Argo CD applications by allowing AI assistants to interact with them using natural language. It takes natural language commands as input from tools like VS Code or Cursor, and outputs actions executed on Argo CD, such as listing applications, checking logs, or syncing deployments. It's designed for professionals responsible for deploying and managing applications on Kubernetes using Argo CD.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work