argocd-mcp
Summary
An implementation of Model Context Protocol (MCP) server for Argo CD.
Available Actions(12)
list_applications
List and filter all applications in the Argo CD instance.
get_application
Get detailed information about a specific application by providing its name.
create_application
Create a new application in the Argo CD instance. Parameters: application_details (object).
update_application
Update an existing application in the Argo CD instance. Parameters: application_name (string), updated_details (object).
delete_application
Delete an application from the Argo CD instance by providing its name.
sync_application
Trigger a sync operation on an application by providing its name.
get_application_resource_tree
Get the resource tree for a specific application by providing its name.
get_application_managed_resources
Get managed resources for a specific application by providing its name.
get_application_workload_logs
Get logs for application workloads (Pods, Deployments, etc.) by providing the application name.
get_resource_events
Get events for resources managed by an application by providing the application name.
get_resource_actions
Get available actions for resources managed by a specific application.
run_resource_action
Run an action on a resource by providing the resource name and action details.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论