Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Argo CD MCP Server logo
MCP server

Argo CD MCP Server

Reads and syncs Argo CD applications through its API server

0
SaveVisit website ↗

Add it to your client

Official
Install
npx argocd-mcp@latest stdio
mcpServers
{
  "mcpServers": {
    "argocd-mcp": {
      "command": "npx",
      "args": [
        "argocd-mcp@latest",
        "stdio"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Required
Tools
14
License
Apache-2.0
Stars
557
Tools
list_applicationsget_applicationcreate_applicationupdate_applicationdelete_applicationsync_applicationget_application_resource_treeget_application_managed_resourcesget_application_workload_logsget_resource_eventsget_resource_actionsrun_resource_action+2

Started at Akuity and now maintained under argoproj-labs, this TypeScript server exposes fourteen tools over the Argo CD API: listing and filtering applications, creating, updating and deleting them, triggering a sync, and walking the resource tree of anything already deployed. The read side is what makes it useful during an incident — workload logs, resource events and available resource actions come back without a browser or a kubectl context. Connection needs only ARGOCD_BASE_URL and an API token, and the same process can be started in stdio, SSE or HTTP stream mode.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?