Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npx|Docker
Confianza
Confianza: Established
Entrada
npx argocd-mcp@latest stdio
Comando CLI universal
npx tokrepo install 5b27815e-a029-53e4-a484-d4d92ff9701f
Introducción

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.
🙏

Fuente y agradecimientos

Source: https://github.com/argoproj-labs/mcp-for-argocd > License: Apache-2.0 > GitHub stars: 462 · forks: 75

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados