
Argocd Mcp
Let your agent query Argo CD application health, trigger syncs, and troubleshoot GitOps deployments without switching to the Argo UI or kubectl cheat sheets.
Overview
argocd-mcp is an Operate-phase MCP server that lets coding agents query, sync, and troubleshoot Argo CD GitOps applications.
What is this MCP server?
- MCP tools to manage Argo CD GitOps applications from the agent
- Query application status and deployment state
- Sync applications to reconcile desired Git state
- Troubleshoot failing or out-of-sync deployments
- Published from dexcom-inc/ai-agents repository (server v0.0.1)
- Server schema version 0.0.1
- Described capabilities: query status, sync, troubleshoot deployments
- Source repository: github.com/dexcom-inc/ai-agents
What problem does it solve?
When a GitOps app is out of sync or unhealthy, digging through Argo CD and cluster context breaks your agent-assisted debugging flow.
Who is it for?
Solo builders and tiny teams running Kubernetes releases through Argo CD who want Claude Code or Cursor to handle routine GitOps checks.
Skip if: Projects not on Kubernetes or Argo CD, or teams that forbid agents from touching production control planes.
What do I get? / Deliverables
With Argo CD API access configured in MCP, agents report app status, run syncs, and guide troubleshooting from your IDE or terminal session.
- Agent-driven Argo CD application status queries
- Sync operations initiated through MCP tools
- Structured troubleshooting assistance for GitOps deployments
Recommended MCP Servers
Journey fit
Operate is the natural home for Argo CD control planes—you use this after apps are wired to Git and clusters are live. Infra subphase matches GitOps application lifecycle: status, sync, and deployment troubleshooting on Kubernetes via Argo CD.
How it compares
Argo CD control-plane MCP, not a generic kubectl skill or a CI pipeline generator.
Common Questions / FAQ
Who is argocd-mcp for?
Developers and indie operators who deploy with Argo CD and want their AI agent to inspect apps, sync Git state, and help debug deployment issues.
When should I use argocd-mcp?
Use it during Operate when apps are deployed—health checks, sync after merges, investigating OutOfSync or Degraded resources, and post-ship incident triage.
How do I add argocd-mcp to my agent?
Install or run the argocd-mcp server from the dexcom-inc/ai-agents repo, configure Argo CD API endpoint and credentials per project docs, register it as an MCP server in Claude Code or Cursor, and verify RBAC allows the actions you need.