MCP ConfigsMay 14, 2026·2 min read

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.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 5b27815e-a029-53e4-a484-d4d92ff9701f --target codex

Stages files first; activation requires review of the staged README and plan.

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

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets