argocd-mcp
argocd-mcp is an MCP server published by argoproj-labs; its MCP spec-revision support has not been verified yet. It is a community implementation. Last verified 2026-09-15.
Does argocd-mcp support the current MCP specification (2026-07-28)?
Undetermined. We have not verified which MCP specification revision argocd-mcp supports (as of 2026-09-15).
Is argocd-mcp a first-party (official) MCP server?
No. argocd-mcp is a community-published MCP server from argoproj-labs, not a first-party vendor server (last verified 2026-09-15).
How do I connect to argocd-mcp?
argocd-mcp is available via the package npm:argocd-mcp, the source repository at https://github.com/argoproj-labs/mcp-for-argocd. Authentication: api_key. Transports: stdio, streamable-http, sse-legacy.
What tools does argocd-mcp expose?
argocd-mcp exposes 14 tools, including list_clusters, list_applications, get_application, create_application, update_application, delete_application (last verified 2026-09-15).
When were argocd-mcp's facts last verified?
2026-09-15. Each fact on this page links to the sources used to verify it.
Which tools does argocd-mcp expose?
14 tools verified.
list_clusterslist_applicationsget_applicationcreate_applicationupdate_applicationdelete_applicationsync_applicationget_application_resource_tree
An MCP server for Argo CD, giving AI assistants tools to inspect and operate on clusters, projects, and applications: listing and syncing applications, reading resource trees and workload logs, and running resource actions, among fourteen tools named in the README. It is distributed as npm:argocd-mcp and as container images at ghcr.io/argoproj-labs/mcp-for-argocd and quay.io/argoprojlabs/mcp-for-argocd, run over stdio, HTTP stream, or SSE; no hosted remote endpoint exists, so every deployment is self-run. A security advisory's own negative control describes the tool list falling from fifteen to ten tools in read-only mode, one more than the README's fourteen named tools, a discrepancy left unresolved here rather than guessed at.
The server lives in argoproj-labs, a GitHub org separate from argoproj, the org that owns Argo CD itself. argoproj-labs' own profile README states it is "not part of the CNCF Argo umbrella projects," and the Argo Project's community governance document in the argoproj/argoproj repository describes it as an org the project set up "for community contributions related to the Argoproj ecosystem," with repos "administered by the owners of each project." The README credits the server's creation to four named engineers from Akuity, the company Argo CD's co-founders started, who donated it to the labs org. Argo CD is a CNCF project, and neither Argo CD's repository nor its documentation links this server. On the site's definition, a server is first-party only when published by the vendor of the service it fronts; the Argo Project's own framing of argoproj-labs as a community-contribution space places this one in community, with well-identified maintainers.
CVE-2026-82456 affected version 0.8.0: the HTTP transport bound to every network interface and accepted MCP sessions without caller credentials whenever ARGOCD_API_TOKEN was configured, exposing the operator's stored token and full tool surface to any network peer. Both CVSS 3.1 and 4.0 scored it 10.0. The fix shipped in v0.9.0 on 2026-08-11, the same day as advisory GHSA-rp45-5x3v-48mr, eighteen days before the CVE record was published on 2026-08-29, and added the optional MCP_AUTH_TOKEN inbound credential described above. See the published story for the disclosure timeline.
How widely adopted is argocd-mcp?
Not ranked in The MCP 500: insufficient public data (coverage floor not met) (snapshot ). The Adoption Index measures public signals only; it says nothing about quality.
How was this verified, and what are the sources?
Verified · method: repo-readme
· confidence 0.85 (Good).
- argoproj-labs org profile README, fetched 2026-09-15 - "This org is managed by the Argo project maintainers and not part of the CNCF Argo umbrella projects. New repos in this org need to be sponsored and created by one of the Argo project maintainers." - accessed
- argoproj/argoproj community README, fetched 2026-09-15 - the Argo Project's own governance repo confirms from the vendor side: "Also argoproj-labs is a separate GitHub org that we setup for community contributions related to the Argoproj ecosystem. Repos in argoproj-labs are administered by the owners of each project." - accessed
- Repository README, fetched 2026-09-15 - "An implementation of Model Context Protocol (MCP) server for Argo CD, enabling AI assistants to interact with your Argo CD applications through natural language"; Credits section: "The project was initially created and donated by @jiachengxu, @imwithye, @hwwn, and @alexmt from Akuity"; documents stdio, HTTP stream and SSE transports, the ARGOCD_API_TOKEN outbound credential, and the MCP_AUTH_TOKEN inbound credential added in v0.9.0 - accessed
- Repository metadata and releases, fetched 2026-09-15 - argoproj-labs/mcp-for-argocd, Apache-2.0, 571 stars, owner type Organization, pushed 2026-08-11 (v0.9.0, no code pushed since); ten releases v0.1.0 through v0.9.0, none newer - accessed
- Security advisory GHSA-rp45-5x3v-48mr, fetched 2026-09-15 - "Binding to an Unrestricted IP Address in argocd-mcp," critical, CVSS 3.1 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H), vulnerable_version_range "= 0.8.0", patched_versions "0.9.0", published 2026-08-11 - accessed
- npm registry metadata for argocd-mcp, fetched 2026-09-15 - dist-tags latest 0.9.0, published 2026-08-11T15:33:14Z, matching the GitHub release timestamp exactly - accessed