1{2 "mcpServers": {3 "argocd-mcp": {4 "command": "npx",5 "args": [6 "argocd-mcp@latest",7 "stdio"8 ],9 "env": {10 "ARGOCD_BASE_URL": "<argocd_url>",11 "ARGOCD_API_TOKEN": "<argocd_token>"12 }13 }14 }15}
No reviews yet. Be the first to review!
Sign in to join the conversation