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.
{
"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
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
git
Model Context Protocol Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
serena
A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)
modelcontextprotocol
Connect APIs, remarkably fast. Free for developers.
Figma
MCP server to provide Figma layout information to AI coding agents like Cursor
genai-toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
