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

argocd-mcp

Argo CD MCP Server

526 stars19k/wkupdated 24d 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%
79
15.8
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
88.8
⚿ 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 44 snapshots
4/30/20267/1/2026 · 44 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)16
top contributor share29%
releases (1y)6
last release24d ago
ci✓ passing
⛁ Raw data
weekly downloads19k
github stars526
forks90
open issues52
license✓ present
readme length9374 chars
last publish0d ago
last commit24d ago
last updated21h ago
install verified✓ pass · 51d 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