Argo CD Service#
The Argo CD service provides read-only GitOps inspection workflows with 7 tools for applications, manifests, projects, and clusters.
Overview#
Use the Argo CD service when you need to understand what Argo CD currently knows about an application’s desired state, sync status, health, project boundaries, and connected clusters without leaving the MCP surface.
Available Tools (7)#
argocd_test_connectionargocd_list_applications_summaryargocd_get_applicationargocd_get_application_manifestsargocd_list_projectsargocd_get_projectargocd_list_clusters
Recommended Workflow#
- Start with
argocd_test_connection - Use
argocd_list_applications_summaryto discover candidate apps - Use
argocd_get_applicationfor sync and health detail - Use
argocd_get_application_manifestswhen you need rendered resources
Configuration Example#
| |