productivity
Argo CD MCP, CLI, and Lua Integration for AI Agents
Argo CD integration docs for AI agents: MCP gateway setup, Argo CD CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Argo CD for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
argocd- route_slug
argocd- package
argocd- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Argo CD CLIHeadless setup and direct function calls. Argo CD MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Argo CD MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Argo CD.
Claude Code Argo CD MCP setup for Claude Code. Cursor Argo CD MCP setup for Cursor. Codex Argo CD MCP setup for Codex. OpenAI Agents Argo CD MCP setup for OpenAI Agents SDK. Claude Agent SDK Argo CD MCP setup for Claude Agent SDK. Vercel AI SDK Argo CD MCP setup for Vercel AI SDK. LangChain Argo CD MCP setup for LangChain. LangGraph Argo CD MCP setup for LangGraph. CrewAI Argo CD MCP setup for CrewAI. MCP clients Argo CD MCP setup for Generic MCP Clients.
Argo CD CLI Matrix
Use these pages for direct Argo CD CLI workflows in scripts, CI, cron, and agent wrappers.
CI Argo CD CLI for CI. Cron Jobs Argo CD CLI for cron jobs. Shell Scripts Argo CD CLI for shell scripts. Headless Automation Argo CD CLI for headless automation. Coding Agents Argo CD CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
argocd.argocd_list_applications | Read read | 3 | List all Argo CD applications. Optionally filter by project or label selector. |
argocd.argocd_get_application | Read read | 3 | Get details for a specific Argo CD application, including sync status, health, source, and destination. |
argocd.argocd_create_application | Write write | 11 | Create a new Argo CD application. Requires application name, project, source repository with path and revision, and destination cluster/namespace. |
argocd.argocd_list_projects | Read read | 0 | List all Argo CD projects. |
argocd.argocd_get_project | Read read | 1 | Get details for a specific Argo CD project, including source/destination rules and cluster configurations. |
argocd.argocd_list_repositories | Read read | 1 | List all configured Git repositories in Argo CD, including connection status. |
argocd.argocd_get_current_user | Read read | 0 | Get the authenticated Argo CD user's profile information. |