Installation & Configuration
{
"mcpServers": {
"argocd-mcp": {
"command": "uv",
"args": [
"run",
"server.py"
],
"env": {
"ARGOCD_TOKEN": "<your-argocd-token>",
"ARGOCD_API_URL": "https://argocd.example.com/api/v1",
"ARGOCD_VERIFY_SSL": "true"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15