Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Delivery
  3. Argocd
Argocd logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 4:01:33 AM

Argocd

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
argocdkubernetesgitopscontinuous-delivery

Connects AI agents to ArgoCD for application, project, repository, cluster, sync, and health operations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below โ€” values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "argocd": {
      "command": "uvx",
      "args": [
        "argocd-mcp-server"
      ],
      "env": {
        "ARGOCD_SERVER": "YOUR_VALUE_HERE",
        "ARGOCD_AUTH_TOKEN": "YOUR_VALUE_HERE"
      }
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Delivery

Overview

Argocd MCP server exposes ArgoCD GitOps operations to GenAI applications through the Model Context Protocol. It connects to one or more ArgoCD instances using server addresses and authentication tokens, then provides tools for managing applications, projects, repositories, clusters, syncs, and health information. Reach for it when an MCP-compatible client needs to inspect or change Kubernetes deployments managed by ArgoCD. The README documents Python installation and a Claude Desktop configuration.

Use cases

โ€ขList ArgoCD applications and inspect deployment health
โ€ขSync or roll back an ArgoCD application
โ€ขCreate projects with repository and namespace restrictions
โ€ขRegister clusters and manage multi-cluster ApplicationSets

Key features

โ€ขApplication creation, synchronization, deletion, and rollback
โ€ขProject, repository, Helm, and cluster management
โ€ขApplication health and resource-tree inspection
โ€ขMulti-cluster and ApplicationSet workflows
โ€ขJWT and API token authentication support

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Argocd.

Extracted Tool Capabilities
Application creation, synchronization, deletion, and rollback
Project, repository, Helm, and cluster management
Application health and resource-tree inspection
Multi-cluster and ApplicationSet workflows
JWT and API token authentication support

How Argocd works

What Argocd MCP server does

Argocd MCP server connects MCP-compatible AI applications with ArgoCD, the GitOps continuous delivery system. It is intended for managing Kubernetes deployments through ArgoCD APIs rather than operating on Kubernetes resources directly. The documented scope includes application lifecycle operations, project configuration, repository and Helm source management, cluster registration, synchronization, rollback, and deployment health inspection.

The server also describes support for multi-cluster setups and ApplicationSets. These features can help an agent work with several ArgoCD instances or create template-based deployments across clusters. The README additionally lists sync windows, hooks, RBAC-related operations, JWT tokens, automated rollback, progressive delivery, audit logging, and secret-management integration as supported areas.

How it works

The process runs as a Python MCP server and reads ArgoCD connection details from environment variables. A primary instance is configured with ARGOCD_SERVER and ARGOCD_AUTH_TOKEN; optional settings control insecure connections, gRPC-Web usage, request timeout, and client certificates. Separate server and token variables can be supplied for production and development instances.

An MCP client invokes named operations such as application listing, application creation, synchronization, status checks, and rollback. Requests can include ArgoCD concepts such as projects, repositories, destinations, revisions, pruning, force behavior, and sync strategies. Health tools return application health or a resource tree for inspection.

Setup and configuration

Install the published Python package with:

Terminal
pip install argocd-mcp-server

The project can also be installed from a cloned source checkout with editable installation. Configuration may be placed in a .env file or exported in the process environment. The documented connection settings are:

env
ARGOCD_SERVER=argocd.example.com
ARGOCD_AUTH_TOKEN=your_auth_token
ARGOCD_INSECURE=false

Optional variables include ARGOCD_GRPC_WEB, ARGOCD_TIMEOUT, ARGOCD_CLIENT_CERT, and ARGOCD_CLIENT_KEY. For Claude Desktop, the README uses python -m argocd_mcp.server as the command and passes the ArgoCD server and token through the client configuration.

Tools and capabilities

Argocd MCP server documents tools for:

  • Listing, creating, syncing, deleting, and rolling back applications
  • Reading application status, health, and resource trees
  • Creating and configuring ArgoCD projects
  • Adding Git and Helm repositories
  • Registering Kubernetes clusters
  • Creating ApplicationSets for templated multi-cluster deployments
  • Managing sync policies, hooks, and related deployment behavior
  • Supporting project roles, policies, users, and JWT tokens

The examples show automated sync with pruning and self-healing, repository credentials, cluster bearer tokens, and ApplicationSet generators based on cluster labels.

Limitations and notes

The server requires access to an ArgoCD instance and valid authentication material. The README lists JWT or API token authentication and mentions OIDC/OAuth2 and LDAP support, but it does not provide configuration examples for every authentication method. Multi-cluster configuration is documented through separate server and token values, with a selectable default cluster.

The supplied material does not identify a license name, supported ArgoCD version, or a complete tool inventory beyond the examples and feature categories shown. Treat those details as items to verify before production deployment.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Delivery View all alternatives
  • Reactuse logoReactuse

    MCP server for the ReactUse library โ€” 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI assistants discover hook signatures, demos, and usage patterns directly from the docs.

    ๐Ÿ”’ Delivery4 views
    Compare vs Reactuse โ†’
  • Warp Agent MCP logoWarp Agent MCP

    Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at wearewarp.com/agents/mcp.

    ๐Ÿ”’ Delivery2 views
    Compare vs Warp Agent MCP โ†’
  • Novaposhta logoNovaposhta

    MCP Server for Nova Poshta API integration with AI assistants

    ๐Ÿ”’ Delivery0 views
    Compare vs Novaposhta โ†’
  • Yandex Lavka MCP logoYandex Lavka MCP

    Order groceries from Yandex Lavka (Russia): search the catalog, build a cart, and place an order with a two-step confirmation before any charge. Unofficial (reverse-engineered private web API); local stdio or remote HTTP with OAuth. uvx yandex-lavka-mcp.

    ๐Ÿ”’ Delivery2 views
    Compare vs Yandex Lavka MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

Last commit
8mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Argocd

Install it with `pip install argocd-mcp-server`, or clone the repository and run `pip install -e .` from the project directory.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewArgocd AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/argocd?style=directory)](https://allmcps.com/mcp/argocd)
HTML Embed
<a href="https://allmcps.com/mcp/argocd"><img src="https://allmcps.com/api/badge/argocd?style=directory" alt="Argocd on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Delivery
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
ClientsClaude Desktop
Last updatedSep 10, 2026
11/15 checks healthy over the last 45d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 31, 2025
35Quality signal: Fair ยท 35/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 3d ago via OSV.dev ยท argocd-mcp-server (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Delivery โ†’Alternatives to Argocd โ†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients