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
  • 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. πŸ’» Developer Tools
  3. Garchi CMS MCP
G
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Garchi CMS MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Manage structured website content in Garchi CMS through MCP.

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
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "garchi-cms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "garchi-cms-mcp"
      ]
    }
  }
}

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

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Garchi CMS

Garchi CMS for AI agents

Build and manage structured websites and applications with Garchi CMS using AI agents, official starter kits and a production MCP integration.


Build with your preferred framework and AI coding agent while Garchi provides the structured content backend. The application is written once; the business keeps managing content afterwards without routine changes to application code.

What Garchi CMS is

Garchi CMS is a hosted headless CMS by LumenHarbor Digital Solutions Limited. Content is organised as:

  • Spaces β€” a work area owning everything below.
  • Pages β€” an ordered list of sections, each an instance of a section template. A template defines props, which map to the props of a component in your codebase.
  • Data items β€” itemable content (blog posts, products, events) with categories and key/value metadata.
  • Assets β€” uploaded files used in page sections.

Your app fetches this over the REST API or the Node/PHP SDK and renders it. It does not replace your framework, database or hosting.

What this repository provides

One installable integration with three parts.

MCP β€” the hosted Garchi MCP server, https://garchi.co.uk/mcp-oauth. This is how an agent reads and writes your live CMS: listing spaces, creating and editing pages and sections, managing data items, categories, metadata and assets.

Skills β€” instructions that teach an agent how to use Garchi correctly:

SkillResponsibility
garchi-build-siteOrchestration: understand the goal, inspect the project, choose starter kit vs. integration, connect MCP, model the content, verify content stays editable without code changes.
garchi-render-contentThe application code: server-side client, page and section renderers, nested sections, data items, metadata, assets, preview mode.
garchi-manage-contentContent operations over MCP: pages, sections, templates, items, categories, assets β€” including how to handle destructive actions safely.

Starter kits β€” official project scaffolds for Next.js, Nuxt and Laravel, referenced (not copied) from skills/garchi-build-site/references/starter-kits.md.

The repository is packaged as an Agent Plugin (plugin.json + skills/ + mcp.json), with thin adapters for clients that use their own manifest format. The skills live in one place: update a skill and every supported agent gets the change.

Supported agent environments

Cursor

Cursor loads Agent Plugins natively. While the plugin is under marketplace review, install it locally:

bash
git clone https://github.com/lumenharbor/garchi-cms-skills.git ~/.cursor/plugins/local/garchi-cms

Then open Customize in the sidebar, find Garchi CMS, and authenticate the garchi MCP server when prompted.

Claude Code

Add this repository as a plugin marketplace, then install:

bash
/plugin marketplace add lumenharbor/garchi-cms-skills
bash
/plugin install garchi-cms@garchi-cms

Authorize the garchi MCP server with /mcp when prompted.

Codex and the ChatGPT desktop app

Add the repository as a plugin marketplace source:

bash
codex plugin marketplace add lumenharbor/garchi-cms-skills

Then install Garchi CMS from the Plugins Directory in the ChatGPT desktop app and restart it.

If the bundled MCP server does not connect, add it to Codex directly and log in:

bash
codex mcp login garchi

Failing that, add the server by hand in ~/.codex/config.toml:

toml
[mcp_servers.garchi]
url = "https://garchi.co.uk/mcp-oauth"

ChatGPT

Garchi CMS is registered as an MCP connector in ChatGPT: chatgpt.com/plugins/plugin_asdk_app_698da77dd2f48191ba19e15b0b188796. Enable it there to use the Garchi tools in ChatGPT. The plugin's .app.json points Codex and the ChatGPT desktop app at that same registered connector, so a local install reuses it rather than registering the server twice.

Any Agent Plugins-compatible client

Clients that implement the Agent Plugins v1 specification β€” VS Code and others β€” read the root plugin.json, the skills/ directory and mcp.json directly. Point the client at this repository.

Skills without a plugin host

To install just the skills into any of the agents supported by the skills CLI:

Terminal
npx skills add lumenharbor/garchi-cms-skills

Configure the MCP server separately β€” see garchi.co.uk/mcp-docs for per-client instructions, including the bearer-token endpoint for clients without OAuth support.

Example prompts

Once installed, these work without naming the MCP server, the skills or the SDK:

  • "Build a SaaS marketing site using Garchi CMS."
  • "Use Garchi as the CMS for this existing Next.js project."
  • "Connect this project to my Garchi space."
  • "Create the About and Pricing pages in Garchi."
  • "Render my Garchi pages in this frontend."
  • "Add a blog to this site backed by Garchi data items."
  • "Change the pricing copy in Garchi without changing the application code."
  • "Use the official Garchi starter kit to start this project."

Starter kits

FrameworkRepositorySDK
Next.jsgarchi-next-starter-kit@garchicms/garchi-node-sdk
Nuxtgarchi-nuxt-starter-kit@garchicms/garchi-node-sdk
Laravelgarchi-laravel-starter-kitgarchicms/garchi-sdk-php

Bootstrap any of them:

Terminal
npx @lumenharbor/garchi-starter-kit -k next

-k accepts next, nuxt or laravel.

Any other framework β€” SvelteKit, Astro, Django, Rails, React Native β€” integrates through the Node SDK, the PHP SDK or the REST API instead. There is no scaffold for those, but Garchi works the same way behind them.

Security

  • Authentication is remote and OAuth-based. The bundled MCP server is https://garchi.co.uk/mcp-oauth. It advertises OAuth 2.1 protected-resource metadata (RFC 9728) with PKCE (S256) and dynamic client registration, so supported clients run the authorization flow themselves and store the tokens.
  • This repository stores no credentials. No API key, token or secret appears in any manifest, skill or reference file, and none is required to install the plugin. The mcp.json and .mcp.json entries carry a URL and nothing else.
  • Your Garchi permissions govern access. The MCP server acts as the signed-in user. The plugin grants no access beyond what that account already has.
  • Destructive actions are confirmed. Two tools are marked destructive β€” delete-section-tool and update-prop-template-tool β€” and garchi-manage-content requires an explicit, per-item confirmation before either runs, on top of your client's own tool approval prompts.
  • Application credentials stay server-side. The GARCHI_API_KEY used by your app to read content is separate from MCP, is never exposed to the browser, and belongs in your own environment configuration β€” not in this repository.

Documentation

  • Garchi CMS documentation
  • REST API Β· OpenAPI spec
  • MCP client setup

Agents can be wrong. Check the documentation when something does not behave as a skill describes.

License

MIT β€” see LICENSE.

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • K
    KrabiClaw

    Manage and publish restaurant and local business websites through MCP.

    πŸ’» Developer Tools0 views
    Compare vs KrabiClaw β†’
  • Marzban MCP logoMarzban MCP

    Manage Marzban panels through the Model Context Protocol.

    πŸ’» Developer Tools0 views
    Compare vs Marzban MCP β†’
  • Substack MCP Server logoSubstack MCP Server

    Manage Substack publishing, subscribers, analytics, reader feeds, comments, and images through MCP.

    πŸ’» Developer Tools0 views
    Compare vs Substack MCP Server β†’
  • DocsMint logoDocsMint

    Manage scoped DocsMint documents, folders, categories, search, GraphRAG, and indexing through MCP.

    πŸ’» Developer Tools0 views
    Compare vs DocsMint β†’

Reviews

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

Frequently Asked Questions about Garchi CMS MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "garchi-cms-mcp": { "command": "npx", "args": ["-y", "Garchi CMS MCP"] } }

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 PreviewGarchi CMS MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/garchi-cms-mcp?style=directory)](https://allmcps.com/mcp/garchi-cms-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/garchi-cms-mcp"><img src="https://allmcps.com/api/badge/garchi-cms-mcp?style=directory" alt="Garchi CMS MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
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.
25Quality signal: Emerging Β· 25/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 ownership8/20
Documentation & tools10/30
Adoption & activity1/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.

β˜… 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 πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Garchi CMS MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code