hypen-code/hypen-argocd-mcp
If you are the rightful owner of hypen-argocd-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A robust, optimized Model Context Protocol (MCP) server for ArgoCD, built with Rust. This server enables AI assistants to interact with ArgoCD APIs through standardized MCP tools.
Tools
Functions exposed to the LLM to take actions
list_applications
Lists ArgoCD applications with optional filters, returning detailed information.
list_application_names
Lists only the names of ArgoCD applications, optimized for minimal context usage.
get_application
Get detailed information about a specific ArgoCD application by name.
server_side_diff
Performs server-side diff calculation for an ArgoCD application using dry-run apply.
resource_tree
Get the hierarchical resource tree for an ArgoCD application.
list_resource_events
List Kubernetes events for an ArgoCD application or specific resources within an application.
pod_logs
Get container logs from pods in an ArgoCD application with intelligent error/warning filtering.
revision_metadata
Get metadata for a specific revision of an ArgoCD application.
get_application_sync_windows
Get synchronization windows for an ArgoCD application.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client