Argo CD MCP Server
Reads and syncs Argo CD applications through its API server
Add it to your client
Officialnpx argocd-mcp@latest stdio
{
"mcpServers": {
"argocd-mcp": {
"command": "npx",
"args": [
"argocd-mcp@latest",
"stdio"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- Tools
- 14
- License
- Apache-2.0
- Stars
- 557
Started at Akuity and now maintained under argoproj-labs, this TypeScript server exposes fourteen tools over the Argo CD API: listing and filtering applications, creating, updating and deleting them, triggering a sync, and walking the resource tree of anything already deployed. The read side is what makes it useful during an incident — workload logs, resource events and available resource actions come back without a browser or a kubectl context. Connection needs only ARGOCD_BASE_URL and an API token, and the same process can be started in stdio, SSE or HTTP stream mode.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Comments(0)
Sign in to comment