ArgoCD MCP Server
About
An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling agentic tools to manage ArgoCD through natural language interactions.
Details
- Author
- severity1
- GitHub stars
- 12
- Downloads
- 231
- Categories
- Cloud Service, Infrastructure, Other
Jump to
- Token-based authentication and session management with ArgoCD
- List, filter, create, update, delete, and sync applications
- Retrieve server settings, plugins, and version information
- Configurable timeouts, SSL verification, and URL normalization
- Full static type checking with mypy for development quality
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ArgoCD MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, create a Python virtual environment, install dependencies with uv pip install -e ., and set the required environment variables (ARGOCD_TOKEN, ARGOCD_API_URL, ARGOCD_VERIFY_SSL). Start the server with mcp dev server.py, mcp run server.py, or uv run server.py. Connect to the server via Claude Desktop (using a claude_desktop_config.json) or Claude Code CLI with claude mcp add argocd-mcp.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"argocd mcp server": {
"argocd-mcp-severity1": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"argocd-mcp-severity1": {
"command": "uv",
"args": [
"venv"
]
}
}
ArgoCD MCP Server
An MCP (Model Context Protocol) server that integrates with the ArgoCD API, enabling AI assistants and large language models to manage ArgoCD applications and resources through natural language interactions.
<a href="https://glama.ai/mcp/servers/@severity1/argocd-mcp">
</a>
Features
- Authentication & Session Management:
- User info retrieval from ArgoCD API
- Token-based authentication with ArgoCD
- Server settings and configuration access
- Plugin information retrieval
- Version information retrieval
- Application Management:
- List and filter applications by project, name, namespace
- Get detailed application information
- Create, update, and delete applications
- Sync applications with configurable options
- Robust API Client:
- URL normalization and intelligent endpoint handling
- Comprehensive error handling and detailed error messages
- Configurable timeouts and SSL verification
- Token security protection and masking
- Developer Experience:
- Full static type checking with mypy
- Detailed documentation and examples
- Environment-based configuration
Quick Start
Setup
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




