ArgoCD MCP Server

Betadevelopment
65 starsTypeScriptcommunity
GitHub
About

Overview

The ArgoCD MCP Server enables AI agents to interact with ArgoCD for GitOps-based continuous delivery. It provides tools for listing and syncing applications, viewing sync status, managing application sets, and rolling back deployments.
Capabilities

Tools & Capabilities

list_applications

List all ArgoCD applications

sync_application

Sync an application to desired state

get_application

Get application details and sync status

rollback

Rollback to a previous version

get_logs

Get application pod logs

Setup

Installation

bash
Install
npx -y mcp-server-argocd
Examples

Example Usage

javascript
Usage
{
  "mcpServers": {
    "argocd": {
      "command": "npx",
      "args": ["-y", "mcp-server-argocd"],
      "env": {
        "ARGOCD_SERVER": "argocd.example.com",
        "ARGOCD_TOKEN": "your-token"
      }
    }
  }
}

Quick Info

Authorcommunity
LanguageTypeScript
StatusBeta
Stars 65
Last UpdatedFeb 12, 2026

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us