Argo Project Labs MCP server for connecting Claude to Argo CD applications, clusters, managed resources, workload logs, events, sync operations, and resource actions through stdio or HTTP stream transports.
Argo CD MCP can inspect clusters, applications, resource trees, managed resources, workload logs, and resource events., By default all tools are available; setting MCP_READ_ONLY to true disables create_application, update_application, delete_application, sync_application, and run_resource_action., sync_application can apply changes to Kubernetes resources and may prune resources depending on options., delete_application can remove Argo CD applications and may cascade deletion to child resources depending on options., run_resource_action can trigger actions on resources managed by an application., Disabling TLS certificate validation with NODE_TLS_REJECT_UNAUTHORIZED weakens transport security and should be limited to reviewed development contexts.
Privacy notes
Argo CD application specs, cluster names, repository URLs, revisions, namespaces, Kubernetes manifests, resource events, and workload logs can reveal secrets, internal topology, deployment history, incident details, or customer data., ARGOCD_BASE_URL, ARGOCD_API_TOKEN, stateless HTTP request headers, cluster names, namespace names, and application names should stay out of prompts, issues, logs, screenshots, and committed files., Workload logs and resource events may include credentials, tokens, environment variables, error traces, or production incident context., HTTP transport should be authenticated and network-restricted so Argo CD tools are not reachable by untrusted clients.
Author
Argo Project Labs
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-06
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
6 safety and 4 privacy notes across 6 risk areas. Review closely: credentials & tokens, permissions & scopes, network access.
6 areas
SafetyData retentionArgo CD MCP can inspect clusters, applications, resource trees, managed resources, workload logs, and resource events.
SafetyExecution & processesBy default all tools are available; setting MCP_READ_ONLY to true disables create_application, update_application, delete_application, sync_application, and run_resource_action.
SafetyExecution & processessync_application can apply changes to Kubernetes resources and may prune resources depending on options.
SafetyGeneraldelete_application can remove Argo CD applications and may cascade deletion to child resources depending on options.
SafetyExecution & processesrun_resource_action can trigger actions on resources managed by an application.
SafetyPermissions & scopesDisabling TLS certificate validation with NODE_TLS_REJECT_UNAUTHORIZED weakens transport security and should be limited to reviewed development contexts.
PrivacyCredentials & tokensArgo CD application specs, cluster names, repository URLs, revisions, namespaces, Kubernetes manifests, resource events, and workload logs can reveal secrets, internal topology, deployment history, incident details, or customer data.
PrivacyCredentials & tokensARGOCD_BASE_URL, ARGOCD_API_TOKEN, stateless HTTP request headers, cluster names, namespace names, and application names should stay out of prompts, issues, logs, screenshots, and committed files.
PrivacyCredentials & tokensWorkload logs and resource events may include credentials, tokens, environment variables, error traces, or production incident context.
PrivacyNetwork accessHTTP transport should be authenticated and network-restricted so Argo CD tools are not reachable by untrusted clients.
Safety notes
Argo CD MCP can inspect clusters, applications, resource trees, managed resources, workload logs, and resource events.
By default all tools are available; setting MCP_READ_ONLY to true disables create_application, update_application, delete_application, sync_application, and run_resource_action.
sync_application can apply changes to Kubernetes resources and may prune resources depending on options.
delete_application can remove Argo CD applications and may cascade deletion to child resources depending on options.
run_resource_action can trigger actions on resources managed by an application.
Disabling TLS certificate validation with NODE_TLS_REJECT_UNAUTHORIZED weakens transport security and should be limited to reviewed development contexts.
Privacy notes
Argo CD application specs, cluster names, repository URLs, revisions, namespaces, Kubernetes manifests, resource events, and workload logs can reveal secrets, internal topology, deployment history, incident details, or customer data.
ARGOCD_BASE_URL, ARGOCD_API_TOKEN, stateless HTTP request headers, cluster names, namespace names, and application names should stay out of prompts, issues, logs, screenshots, and committed files.
Workload logs and resource events may include credentials, tokens, environment variables, error traces, or production incident context.
HTTP transport should be authenticated and network-restricted so Argo CD tools are not reachable by untrusted clients.
Prerequisites
Node.js 18 or newer.
Argo CD instance with API access.
Argo CD API token scoped to the minimum applications, projects, clusters, and actions Claude should use.
Read-only mode enabled unless the workflow explicitly needs application or resource mutations.
TLS and network-access review before disabling certificate verification or exposing HTTP transport.
Human approval policy for sync, prune, delete, create, update, and run-resource-action operations.
Argo CD MCP Server is an Argo Project Labs implementation of the Model Context
Protocol for Argo CD. It lets Claude and other MCP clients inspect Argo CD
clusters, applications, managed resources, workload logs, resource events, and
resource actions through natural-language workflows.
The server supports stdio, SSE, and HTTP stream transports. It can also run in a
read-only mode that omits modifying tools, which is the safer default for
inspection and troubleshooting workflows.
These sources were reviewed on 2026-06-06. Prefer the Argo CD docs,
repository README, package metadata, server source, transport command source,
and license for current setup commands, transport modes, tool behavior, and
read-only controls.
Features
Argo Project Labs MCP server for Argo CD.
NPM package argocd-mcp.
Stdio, SSE, and HTTP stream transport modes.
Stateless HTTP mode for multi-replica deployments without sticky sessions.
Cluster listing with filters.
Application listing, retrieval, creation, update, deletion, and sync tools.
Resource tree and managed-resource inspection.
Workload log retrieval for application workloads.
Resource and application event retrieval.
Resource action discovery and execution.
Read-only mode that removes mutation tools.
Cursor, VS Code, and Claude Desktop configuration examples.
Installation
Configure a local stdio MCP server with an Argo CD URL and API token. Start in
read-only mode for inspection workflows:
Only remove read-only mode after reviewing the API token scope, target
applications, and approval process for sync or mutation tools.
Use Cases
List Argo CD applications and clusters from Claude.
Inspect an application's resource tree before debugging a rollout.
Retrieve workload logs for a managed Pod, Deployment, or StatefulSet.
Review resource events for a failing application.
Compare managed resources before a sync.
Trigger an application sync after human review.
Run a resource action when the exact target and action are approved.
Use stateless HTTP mode for reviewed multi-replica MCP deployments.
Safety and Privacy
Argo CD MCP can affect live Kubernetes deployments. Use read-only mode by
default, keep API tokens least-privilege, and require human approval before
create, update, delete, sync, prune, or resource-action calls. Dry-run syncs are
safer but still need target and revision review.
Treat logs, events, manifests, repository URLs, revisions, cluster names, and
resource metadata as sensitive operational data. Avoid disabling TLS
verification except in tightly controlled development environments, and restrict
HTTP transport to trusted clients and networks.
Duplicate Check
No Argo CD MCP Server, ArgoCD MCP, argoproj-labs/mcp-for-argocd, or
argocd-mcp entry was found in content/mcp, content/tools,
content/guides, content/agents, or content/skills. Existing Argo CD
mentions are incidental DevOps/SRE examples.
Show that Argo CD MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/argocd-mcp-server)
How it compares
Argo CD MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
Argo Project Labs MCP server for connecting Claude to Argo CD applications, clusters, managed resources, workload logs, events, sync operations, and resource actions through stdio or HTTP stream transports.
Google Cloud gcloud MCP server from googleapis that lets Claude run approved gcloud CLI commands with allowlist and denylist controls for cloud resource inspection, automation, and operations.
✓Argo CD MCP can inspect clusters, applications, resource trees, managed resources, workload logs, and resource events.
By default all tools are available; setting MCP_READ_ONLY to true disables create_application, update_application, delete_application, sync_application, and run_resource_action.
sync_application can apply changes to Kubernetes resources and may prune resources depending on options.
delete_application can remove Argo CD applications and may cascade deletion to child resources depending on options.
run_resource_action can trigger actions on resources managed by an application.
Disabling TLS certificate validation with NODE_TLS_REJECT_UNAUTHORIZED weakens transport security and should be limited to reviewed development contexts.
✓Coolify MCP Server can start, stop, restart, redeploy, cancel deployments, update env vars, create or delete projects, environments, applications, databases, services, backups, storages, scheduled tasks, private keys, GitHub apps, and cloud tokens depending on API permissions.
Batch tools such as `restart_project_apps`, `bulk_env_update`, `stop_all_apps`, and `redeploy_project` can affect multiple production services at once.
Deployment, control, backup, storage, private key, cloud token, GitHub app, and scheduled-task operations should require explicit confirmation.
Custom `--header` values may carry auth-proxy secrets; never let an agent invent, log, or modify them casually.
Test on non-production projects or staging resources before allowing Claude to operate live Coolify infrastructure.
✓gcloud MCP Server executes gcloud CLI commands with the permissions of the active gcloud account.
Allowed commands can create, update, delete, deploy, scale, list, export, or configure Google Cloud resources depending on IAM permissions and selected services.
The server blocks command substitution, pipes, redirection, SSH-style commands, interactive commands, and a default set of sensitive command prefixes, but allowed gcloud commands can still have real infrastructure, billing, IAM, and data impact.
Use allowlists for narrow workflows and service account impersonation with limited roles when possible.
Require human approval for IAM, billing, networking, firewall, storage, database, secret, deployment, delete, and production-impacting commands.
✓Memory Bank MCP can read, create, and update files inside the configured memory-bank root.
Do not point `MEMORY_BANK_ROOT` at a home directory, source repository root, cloud-sync folder, or any directory containing secrets.
Avoid auto-approving write and update tools until the expected file structure and naming rules are established.
The path validator rejects path traversal and slash-containing file/project names, but users should still keep the root directory narrow and dedicated.
Docker mode requires a bind mount for the memory bank; review the host path and container path before granting write access.
Privacy notes
✓Argo CD application specs, cluster names, repository URLs, revisions, namespaces, Kubernetes manifests, resource events, and workload logs can reveal secrets, internal topology, deployment history, incident details, or customer data.
ARGOCD_BASE_URL, ARGOCD_API_TOKEN, stateless HTTP request headers, cluster names, namespace names, and application names should stay out of prompts, issues, logs, screenshots, and committed files.
Workload logs and resource events may include credentials, tokens, environment variables, error traces, or production incident context.
HTTP transport should be authenticated and network-restricted so Argo CD tools are not reachable by untrusted clients.
✓Coolify access tokens, base URLs, custom headers, application UUIDs, server IPs, domains, logs, env vars, deployment logs, private keys, cloud-provider tokens, GitHub app data, team membership, backups, database metadata, and service configuration can be exposed to the MCP client.
Application and deployment logs may contain secrets, customer data, build output, container metadata, private repository details, and runtime errors.
Environment variable and cloud-token tools can reveal or mutate sensitive infrastructure credentials.
Documentation search is local to the server, but Coolify API calls contact the configured Coolify instance.
Keep tokens and auth-proxy headers in local MCP client configuration only, and avoid sharing transcripts that include infrastructure identifiers or logs.
✓gcloud output can reveal project IDs, resource names, regions, IAM bindings, service accounts, logs, errors, labels, metadata, URLs, secrets references, billing context, and infrastructure topology.
Authentication state, ADC files, service account impersonation details, access tokens, project IDs, and local gcloud configuration should stay out of prompts and repository files.
Command output may be retained by the MCP client, model provider, terminal logs, shell history, and chat transcripts.
Avoid broad listing or export commands against production projects unless data handling and retention have been reviewed.
✓Memory-bank files can contain project plans, architecture notes, decisions, credentials accidentally pasted into notes, customer context, meeting details, or personal information.
Tool calls may expose project names, file names, memory contents, root-path assumptions, and update text to the MCP client and model provider.
Multi-project listing can reveal all projects stored under the memory-bank root.
Auto-approved memory tools can persist model-generated statements as project memory without human review.
Back up important memory-bank directories and review retention expectations before sharing them across clients or machines.
Prerequisites
Node.js 18 or newer.
Argo CD instance with API access.
Argo CD API token scoped to the minimum applications, projects, clusters, and actions Claude should use.
Read-only mode enabled unless the workflow explicitly needs application or resource mutations.
Running Coolify instance with API access enabled.
Coolify API access token scoped to the resources Claude may inspect or manage.
Node.js 20 or newer for the published npm server.
Review of which servers, projects, applications, databases, services, deployments, env vars, private keys, teams, cloud tokens, and scheduled tasks the token can access.
Node.js 20 or newer with npm or another compatible package runner.
Google Cloud CLI installed and authenticated.
Active gcloud account, project, and configuration scoped to the intended environment.
Least-privilege user or service account impersonation for the allowed cloud actions.
Node.js and npm available for `npx`.
A dedicated memory-bank root directory, separate from source repositories and secrets.
Project-specific subdirectories created under `MEMORY_BANK_ROOT`.
MCP client approval rules reviewed before allowing write or update operations.