Back to directory
severity1/argocd-mcp

severity1/argocd-mcp

@severity1

An MCP server that integrates with the ArgoCD API, enabling agentic tools to manage ArgoCD through natural language interactions.

argocdgitopskubernetesdevopsmcpapicloud

Installation & Configuration

{
  "mcpServers": {
    "argocd-mcp": {
      "command": "uv",
      "args": [
        "run",
        "server.py"
      ],
      "env": {
        "ARGOCD_TOKEN": "<your-argocd-token>",
        "ARGOCD_API_URL": "https://argocd.example.com/api/v1",
        "ARGOCD_VERIFY_SSL": "true"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15