Argo CD MCP
Manage Argo CD GitOps deployments: sync applications, check health, rollback, and manage clusters.
Overview
| Catalog ID | mcp-argocd |
| Category | ci-cd |
| Auth method | Bearer token |
| Blast radius | high |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
list_applications | List Argo CD applications. |
sync_application | Sync an application. |
get_app_status | Get application status. |
rollback_application | Rollback to a previous version. |
list_clusters | List registered clusters. |
Tool parameters
list_applications
List Argo CD applications.
| Parameter | Type | Description | |
|---|---|---|---|
project | string | optional | Filter by project |
sync_application
Sync an application.
| Parameter | Type | Description | |
|---|---|---|---|
name | string | required | Application name |
revision | string | optional | Target revision |
prune | boolean | optional | Prune resources |
get_app_status
Get application status.
| Parameter | Type | Description | |
|---|---|---|---|
name | string | required | Application name |
rollback_application
Rollback to a previous version.
| Parameter | Type | Description | |
|---|---|---|---|
name | string | required | Application name |
id | integer | required | Deployment ID to rollback to |
Installing
- In Cendriix, go to Settings → MCPs
- Find Argo CD and click Install
- Provide a bearer/service token after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Provide a bearer/service token after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on