About
Overview
The ArgoCD MCP Server enables AI agents to interact with ArgoCD for GitOps-based continuous delivery. It provides tools for listing and syncing applications, viewing sync status, managing application sets, and rolling back deployments.
Capabilities
Tools & Capabilities
⚡list_applications
List all ArgoCD applications
⚡sync_application
Sync an application to desired state
⚡get_application
Get application details and sync status
⚡rollback
Rollback to a previous version
⚡get_logs
Get application pod logs
Setup
Installation
bash
Install
npx -y mcp-server-argocdExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"argocd": {
"command": "npx",
"args": ["-y", "mcp-server-argocd"],
"env": {
"ARGOCD_SERVER": "argocd.example.com",
"ARGOCD_TOKEN": "your-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusBeta
Stars★ 65
Last UpdatedFeb 12, 2026