Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Lokha Server

FreeNot checked

A Model Context Protocol server hosted on Cloudflare Workers that integrates AI assistants with the Lokha ecosystem, currently providing Ghost CMS tools for con

GitHubEmbed

About

A Model Context Protocol server hosted on Cloudflare Workers that integrates AI assistants with the Lokha ecosystem, currently providing Ghost CMS tools for content management, publishing, and scheduling.

README

Lokha MCP is a production-ready, modular Model Context Protocol (MCP) server hosted on Cloudflare Workers. It acts as the central integration layer between AI assistants (such as Gemini Spark) and every service in the Lokha ecosystem.

The initial release features Ghost CMS integration, with modular architecture ready for expansion to GitHub, Google Workspace, Supabase, Slack, Notion, and more.


🚀 Architecture

                          LOKHA MCP
                    (Cloudflare Worker)

               ┌─────────────────────────────┐
               │        MCP Server           │
               │                             │
               │  Registry                   │
               │  Authentication             │
               │  Tool Discovery             │
               │  Provider Manager           │
               └─────────────┬───────────────┘
                             │
     ┌─────────────┬──────────┼──────────────┬──────────────┐
     │             │          │              │              │
   Ghost       GitHub     Google       Supabase       Slack
 Provider     Provider    Provider      Provider      Provider
     │
     ▼
 Your Self-hosted Ghost CMS

🛠️ Ghost CMS Provider Tools (12 Tools)

  1. ghost.create_post - Create a new published or draft post
  2. ghost.create_draft - Create a draft post
  3. ghost.publish_post - Publish an existing draft post by ID
  4. ghost.update_post - Update an existing post (title, content, tags, excerpt, status)
  5. ghost.delete_post - Delete a post by ID
  6. ghost.list_posts - List posts with pagination and NQL filter query support
  7. ghost.list_drafts - List draft posts
  8. ghost.get_post - Fetch single post details by ID or slug
  9. ghost.upload_image - Upload remote image asset to Ghost CMS media store
  10. ghost.list_tags - List site tags
  11. ghost.list_authors - List site authors
  12. ghost.schedule_post - Schedule post publication for a specific future ISO date

🔐 Multi-Site Ghost Configuration

Lokha MCP supports managing multiple Ghost instances (e.g. personal, lokha, client1) from a single Worker deployment:

[vars]
DEFAULT_GHOST_SITE = "personal"

# Environmental secrets set via `wrangler secret put`:
# GHOST_URL_PERSONAL
# GHOST_ADMIN_KEY_PERSONAL
# GHOST_URL_LOKHA
# GHOST_ADMIN_KEY_LOKHA

💻 Local Development

# Install dependencies
npm install

# Type check
npm run build

# Run local worker dev server
npm run dev

📦 Cloudflare Deployment

# Set secrets
npx wrangler secret put GHOST_URL_PERSONAL
npx wrangler secret put GHOST_ADMIN_KEY_PERSONAL

# Deploy to Cloudflare Workers
npm run deploy

from github.com/jith-jstrange/lokha-mcp

Installing Lokha Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jith-jstrange/lokha-mcp

FAQ

Is Lokha Server MCP free?

Yes, Lokha Server MCP is free — one-click install via Unyly at no cost.

Does Lokha Server need an API key?

No, Lokha Server runs without API keys or environment variables.

Is Lokha Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Lokha Server in Claude Desktop, Claude Code or Cursor?

Open Lokha Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Lokha Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs