An implementation of Model Context Protocol (MCP) server for Argo CD.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-for-argocd": {
"command": "npx",
"args": [
"-y",
"argoproj-labs/mcp-for-argocd"
]
}
}
}
Run in terminal:
claude mcp add mcp-for-argocd npx -y argoproj-labs/mcp-for-argocd
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-for-argocd": {
"command": "npx",
"args": [
"-y",
"argoproj-labs/mcp-for-argocd"
]
}
}
}