KosmoKrator

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_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Argo CD MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Argo CD.

Argo CD CLI Matrix

Use these pages for direct Argo CD CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.