Argocd for Cursor
io.github.asklokesh/argocd-mcp-server
MCP server for ArgoCD GitOps continuous delivery integration
client:Cursor
transport:stdio
runtime:pypi
Install Argocd in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"argocd-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"argocd-mcp-server"
],
"env": {
"ARGOCD_API_KEY": "<ARGOCD_API_KEY>",
"ARGOCD_API_URL": "<ARGOCD_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs