$ timeahead.in
/ servers/npm/argocd-mcp
npm

argocd-mcp

Argo CD MCP Server

491 stars13k/wkupdated 1d agogithub ↗
89good
▣ Overview

What it does

The server exposes Argo CD's API surface through the Model Context Protocol, enabling AI assistants to interact with deployments in natural language. It provides tools for managing applications (list, get, create, update, delete, sync), inspecting resource trees and managed resources, fetching workload logs, querying resource events, and running custom actions. Supports stdio and HTTP stream transports for use in VS Code, Cursor, and Claude Desktop.

Who it's for

Platform and DevOps engineers who deploy via Argo CD and want Claude or other AI assistants to query application status, inspect resources, and trigger syncs directly from conversations without leaving the IDE.

Common use cases

  • Check the status and resource tree of a deployed application via natural language query
  • Fetch logs from workloads (pods, deployments) managed by an application
  • Trigger an application sync from within an AI conversation
  • Create or update Argo CD applications programmatically through an AI assistant
  • Query resource events and run custom actions on managed resources

Setup pitfalls

  • Requires ARGOCD_BASE_URL and ARGOCD_API_TOKEN as environment variables; generate the token first via the Argo CD API documentation
  • Self-signed certificates require setting NODE_TLS_REJECT_UNAUTHORIZED=0
  • Requires Node.js v18 or higher
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
76
15.2
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
89.2
⚿ Capabilities & Risk Explainer
fs readfs writenetworksecrets
◆ Risk level: medium
fs read + fs write + network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "argocd": {
      "command": "npx",
      "args": [
        "-y",
        "argocd-mcp"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)16
top contributor share29%
releases (1y)6
last release2d ago
ci✓ passing
⛁ Raw data
weekly downloads13k
github stars491
forks83
open issues46
license✓ present
readme length9374 chars
last publish0d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 29d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points