MCP.Pizza Chef: argoproj-labs
argocd-mcp is a Model Context Protocol (MCP) server implementation for Argo CD, allowing AI assistants to interact with Argo CD applications using natural language. It supports integration with MCP clients like Visual Studio Code via stdio and Server-Sent Events (SSE), facilitating seamless AI-driven workflows for managing continuous delivery pipelines.
Use This MCP server To
Control Argo CD applications using natural language commands Integrate Argo CD with AI assistants in Visual Studio Code Automate deployment status queries via AI interaction Trigger Argo CD sync operations through conversational interfaces Monitor application health and events using AI-driven queries Enable multi-step reasoning for Argo CD workflows with LLMs Bridge Argo CD with other MCP-enabled tools for enhanced automation
README
Readme not found.
argocd-mcp FAQ
How do I configure argocd-mcp to connect to my Argo CD instance?
Set the ARGOCD_BASE_URL and ARGOCD_API_TOKEN environment variables with your Argo CD URL and API token before running the server.
What transport protocols does argocd-mcp support?
It supports stdio and Server-Sent Events (SSE) for communication with MCP clients.
Can argocd-mcp be used with MCP clients other than Visual Studio Code?
Yes, it is compatible with any MCP client supporting stdio or SSE protocols.
Is argocd-mcp secure when connecting to Argo CD?
Security depends on your Argo CD API token management and network setup; argocd-mcp uses standard secure protocols for communication.
Does argocd-mcp support multi-step workflows?
Yes, it enables multi-step reasoning and interaction with Argo CD applications through AI assistants.
Which LLM providers can I use with argocd-mcp?
You can use OpenAI, Anthropic Claude, and Google Gemini models with MCP clients connected to argocd-mcp.
How do I install argocd-mcp?
You can install it via npm using 'npx argocd-mcp@latest' and configure environment variables accordingly.
Can argocd-mcp provide real-time updates from Argo CD?
Yes, using Server-Sent Events (SSE), it can stream real-time application status updates to MCP clients.