argocd-mcp-server

shivamstt/argocd-mcp-server
★ 0 stars Python AI/LLM Updated 11d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "argocd-mcp-server": {
      "command": "uvx",
      "args": [
        "argocd-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install argocd-mcp-server

README Excerpt

A read-only [Model Context Protocol](https://modelcontextprotocol.io) server that lets Claude answer questions about Argo CD application health: sync status, health status, and recent troubleshooting events. This server is **read-only by design**. It exposes exactly three tools and none of them can sync, delete, roll back, or otherwise modify anything in

Tools (2)

OutOfSyncmcpServers