Lokha Server
БесплатноНе проверенA Model Context Protocol server hosted on Cloudflare Workers that integrates AI assistants with the Lokha ecosystem, currently providing Ghost CMS tools for con
Описание
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)
ghost.create_post- Create a new published or draft postghost.create_draft- Create a draft postghost.publish_post- Publish an existing draft post by IDghost.update_post- Update an existing post (title, content, tags, excerpt, status)ghost.delete_post- Delete a post by IDghost.list_posts- List posts with pagination and NQL filter query supportghost.list_drafts- List draft postsghost.get_post- Fetch single post details by ID or slugghost.upload_image- Upload remote image asset to Ghost CMS media storeghost.list_tags- List site tagsghost.list_authors- List site authorsghost.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
Установка Lokha Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jith-jstrange/lokha-mcpFAQ
Lokha Server MCP бесплатный?
Да, Lokha Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Lokha Server?
Нет, Lokha Server работает без API-ключей и переменных окружения.
Lokha Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Lokha Server в Claude Desktop, Claude Code или Cursor?
Открой Lokha Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Lokha Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
