# Argo CD MCP — Manage Argo Apps via MCP > Argo CD MCP server connects MCP clients to Argo CD app/resource operations over stdio/HTTP; verified 462★ and pushed 2026-05-03. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```bash # Example MCP config (Cursor/VS Code/Claude Desktop): # command: npx args: ["argocd-mcp@latest","stdio"] # env: ARGOCD_BASE_URL + ARGOCD_API_TOKEN export ARGOCD_BASE_URL='' export ARGOCD_API_TOKEN='' npx argocd-mcp@latest stdio ``` ## Intro Argo CD MCP server connects MCP clients to Argo CD app/resource operations over stdio/HTTP; verified 462★ and pushed 2026-05-03. **Best for:** Platform teams that want Argo CD operations (apps, resources, sync) accessible from agent tooling **Works with:** Node.js (npx), an Argo CD instance, and an Argo CD API token **Setup time:** 8-18 minutes ### Key facts (verified) - GitHub: 462 stars · 75 forks · pushed 2026-05-03. - License: Apache-2.0 · owner avatar + repo URL verified via GitHub API. - README-backed entrypoint: `npx argocd-mcp@latest stdio`. ## Main - Copy-paste config: README includes ready-to-use MCP configs for Cursor, VS Code, and Claude Desktop using `npx argocd-mcp@latest stdio`. - Covers common ops: README lists tools around cluster management, application management, and resource management. - Works over multiple transports: README mentions stdio and HTTP stream transport modes; also documents a stateless mode for Kubernetes/HPA setups. - Docker option: README provides a docker run example for HTTP/stateless deployments. ### Source-backed notes - README includes MCP config JSON blocks for Cursor and VS Code, using env vars `ARGOCD_BASE_URL` and `ARGOCD_API_TOKEN`. - README documents a stateless mode where session-level SSE isn’t supported and credentials are supplied per request. - README provides a Docker run command for `argoprojlabs/mcp-for-argocd` in HTTP/stateless mode. ### FAQ - **What credentials do I need?**: An Argo CD API token and the base URL to your Argo instance (as shown in README configs). - **Can I run it behind a load balancer?**: Use stateless mode; README explains constraints for session-level SSE in that mode. - **How do I connect from my editor?**: Copy the Cursor or VS Code config blocks from README and start an MCP-enabled chat. ## Source & Thanks > Source: https://github.com/argoproj-labs/mcp-for-argocd > License: Apache-2.0 > GitHub stars: 462 · forks: 75 --- ## Quick Use ```bash # Example MCP config (Cursor/VS Code/Claude Desktop): # command: npx args: ["argocd-mcp@latest","stdio"] # env: ARGOCD_BASE_URL + ARGOCD_API_TOKEN export ARGOCD_BASE_URL='' export ARGOCD_API_TOKEN='' npx argocd-mcp@latest stdio ``` ## Intro Argo CD MCP server 将 MCP 客户端连接到 Argo CD 的应用与资源操作(stdio/HTTP),配置可直接照抄 npx 示例;已验证 462★,最近更新 2026-05-03。 **Best for:** 希望把 Argo CD 运维操作(应用、资源、同步)接入 agent 工具链的平台团队 **Works with:** Node.js(npx)、可访问的 Argo CD 实例,以及 Argo CD API token **Setup time:** 8-18 minutes ### Key facts (verified) - GitHub:462 stars · 75 forks;最近更新 2026-05-03。 - 许可证:Apache-2.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中可对照的入口命令:`npx argocd-mcp@latest stdio`。 ## Main - 可直接照抄的配置:README 给出 Cursor/VS Code/Claude Desktop 的 MCP 配置示例(`npx argocd-mcp@latest stdio`)。 - 覆盖常见运维:README 列出 cluster/app/resource 等工具能力,适合把 Argo 日常操作交给 agent。 - 多 transport:README 同时提到 stdio 与 HTTP stream,并给出适用于 Kubernetes/HPA 的 stateless 模式说明。 - 支持 Docker:README 给出 docker run 的 HTTP/stateless 示例,便于容器化部署。 ### Source-backed notes - README 给出 Cursor/VS Code 的配置 JSON,并使用环境变量 `ARGOCD_BASE_URL` 与 `ARGOCD_API_TOKEN`。 - README 说明 stateless 模式下不支持 session-level SSE,需要每次请求提供凭据。 - README 提供 `argoprojlabs/mcp-for-argocd` 的 docker run 示例用于 HTTP/stateless。 ### FAQ - **需要哪些凭据?**:需要 Argo CD API token 与 base URL(README 的配置示例里有)。 - **能否跑在负载均衡后?**:可以用 stateless 模式;README 说明该模式下 session-level SSE 的限制。 - **怎么从编辑器接入?**:照抄 README 的 Cursor/VS Code 配置,然后在支持 MCP 的对话中使用。 ## Source & Thanks > Source: https://github.com/argoproj-labs/mcp-for-argocd > License: Apache-2.0 > GitHub stars: 462 · forks: 75 --- Source: https://tokrepo.com/en/workflows/argo-cd-mcp-manage-argo-apps-via-mcp Author: MCP Hub