matthisholleville/argocd-mcp
MCP server that exposes the entire ArgoCD API to LLMs all endpoints, not just a handful. Reads ArgoCD's OpenAPI spec at startup, zero hardcoded tools. Two meta-tools (search + execute), ~200 tokens of system prompt. Built-in OAuth via ArgoCD Dex for per-user RBAC. New ArgoCD version? Just restart.
Platform-specific configuration:
{
"mcpServers": {
"argocd-mcp": {
"command": "npx",
"args": [
"-y",
"argocd-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...