mcp-for-argocd
This MCP server enables AI assistants to interact with Argo CD applications through natural language.
The Argo CD MCP Server is an implementation of the Model Context Protocol (MCP) that facilitates seamless communication between AI assistants and Argo CD applications. By leveraging natural language processing, users can manage their applications more intuitively, making it easier to deploy and monitor resources. This server supports integration with various MCP clients, including Visual Studio Code, allowing for a streamlined development experience. With the Argo CD MCP Server, developers can issue commands and receive responses in a conversational manner, enhancing productivity and reducing the learning curve associated with traditional command-line interfaces. The server operates over stdio and HTTP stream transport protocols, ensuring compatibility with a wide range of tools and environments.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-for-argocd": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-for-argocd"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions