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_URLandARGOCD_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-argocdin 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.