ArgoCD
A Model Context Protocol (MCP) server that provides AI assistants with access to ArgoCD for GitOps continuous delivery. Manage applications, sync status, and deployment operations through the ArgoCD API.
- • Core MCP protocol features implemented (23/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Room for improvement in deployment maturity
- • Documentation (8/8)
- • Archestra MCP Trust badge (2/2)
{
"argocd-mcp-npx": {
"command": "npx",
"args": [
"argocd-mcp@latest",
"stdio"
],
"env": {
"ARGOCD_BASE_URL": "https://brushed-lemur.app",
"ARGOCD_API_TOKEN": "eyJhbGciOiJIUzI1Ni"
}
}
}ArgoCD MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with access to ArgoCD for GitOps continuous delivery.
Features
- Manage ArgoCD applications
- Query sync status and health
- Trigger deployments and syncs
- Access application manifests
- View deployment history
Installation
Quick Start with NPX
npx argocd-mcp@latest stdio
Docker
docker run -i --rm \
-e ARGOCD_BASE_URL=https://your-argocd-server \
-e ARGOCD_API_TOKEN=your-api-token \
europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:0.0.3 \
npx argocd-mcp@latest stdio
Configuration
Environment Variables
| Variable | Purpose | Required |
|---|---|---|
ARGOCD_BASE_URL | Your ArgoCD server URL | Yes |
ARGOCD_API_TOKEN | API authentication token | Yes |
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"argocd": {
"command": "npx",
"args": ["argocd-mcp@latest", "stdio"],
"env": {
"ARGOCD_BASE_URL": "https://your-argocd-server",
"ARGOCD_API_TOKEN": "your-api-token"
}
}
}
}
License
Apache License 2.0
[](https://archestra.ai/mcp-catalog/argoproj-labs__mcp-for-argocd)ArgoCD MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with access to ArgoCD for GitOps continuous delivery.
Features
- Manage ArgoCD applications
- Query sync status and health
- Trigger deployments and syncs
- Access application manifests
- View deployment history
Installation
Quick Start with NPX
npx argocd-mcp@latest stdio
Docker
docker run -i --rm \
-e ARGOCD_BASE_URL=https://your-argocd-server \
-e ARGOCD_API_TOKEN=your-api-token \
europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:0.0.3 \
npx argocd-mcp@latest stdio
Configuration
Environment Variables
| Variable | Purpose | Required |
|---|---|---|
ARGOCD_BASE_URL | Your ArgoCD server URL | Yes |
ARGOCD_API_TOKEN | API authentication token | Yes |
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"argocd": {
"command": "npx",
"args": ["argocd-mcp@latest", "stdio"],
"env": {
"ARGOCD_BASE_URL": "https://your-argocd-server",
"ARGOCD_API_TOKEN": "your-api-token"
}
}
}
}
License
Apache License 2.0
Related MCP Servers
Agent-MCP
89/100Agent-MCP is a framework for creating multi-agent systems that enables coordinated, efficient AI collaboration through the Model Context Protocol (MCP). The system is designed for developers building AI applications that benefit from multiple specialized agents working in parallel on different aspects of a project.
serena
85/100A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
JFrog MCP Server
85/100Official JFrog MCP server that enables AI assistants to interact with the JFrog Platform. Supports repository management, build tracking, runtime monitoring, artifact searching, package intelligence, and Xray security scanning.
context7
82/100Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
gk-cli
81/100GitKraken CLI Releases and Documentation
Excalidraw
80/100Remote MCP server for Excalidraw - streams hand-drawn diagrams with smooth viewport camera control and interactive fullscreen editing
