@vibecheck/mcp
Enables AI agents to manage git-backed website content through natural language, with tools to create, update, delete, and draft pages that are schema-validated and committed to a repository.
README
VibeCheck
The CMS you talk to. A git-backed, schema-safe, headless CMS you edit by chatting with an AI agent.
🔗 Live demo — itself built with VibeCheck. You bring the vibe — a sentence to the agent — it does the check: validates against a schema, commits to your repo, and your host redeploys. Content is typed data, not markup, so an agent can't break the build.
Part of the EpleCheck family. Built with Astro + the Model Context Protocol.
You: "Add a pricing page with three tiers."
→ agent writes structured content → commits to GitHub → Vercel ships it. ~30s.
Why
- Edit by conversation — no admin UI, no dashboard. Just talk to Claude.
- Can't break the build — every change is schema-validated. A bad edit fails the check, not the site.
- Git-native — every edit is a reviewable commit / pull request. Full history, rollbacks, the workflow you already trust.
- Deploys itself — static output to Vercel / Netlify / Cloudflare Pages.
Layout (npm workspaces monorepo)
packages/schema @vibecheck/schema — the content contract (zod). One source of truth.
apps/site the Astro site — renderer + your content. This is what deploys.
apps/mcp @vibecheck/mcp — the MCP server: lets an agent edit from anywhere.
site and mcp both import @vibecheck/schema, so the contract can never drift.
Quickstart
- Use this template → your own GitHub repo (or
git clone). - Deploy to Vercel — import the repo. For this monorepo, set the project
Root Directory to
apps/site. (Netlify / Cloudflare Pages / GitHub Pages work too — it's static output.) - Edit by chat, two ways:
- Claude Code (local, zero infra): open the repo in Claude Code and ask it to edit pages. It writes the YAML directly; the schema validates at build.
- MCP server (edit from anywhere): run the VibeCheck MCP and add it to
Claude as a connector — edit from claude.ai, Desktop, or your phone:
cp apps/mcp/.env.example apps/mcp/.env # fill in GITHUB_TOKEN + GITHUB_REPO npm run build && npm start -w @vibecheck/mcp
- Talk to it: "Create an FAQ page", "change the hero headline", "unpublish the pricing page" → committed → live.
Content model
A page is a YAML file in apps/site/src/content/pages/**/*.yaml — a title and
a list of typed sections:
| Section | What it is |
|---|---|
hero |
heading, subheading, CTA |
features |
grid of cards (optional links / images) |
pricing |
plans with features + CTAs |
cta |
a call-to-action band |
richtext |
the only section with raw HTML |
form |
a simple form (name/email/fields) |
Only richtext carries HTML, so machine-generated content stays safe. The schema
lives in packages/schema/src/index.ts.
The MCP server
@vibecheck/mcp exposes tools (create_page, update_page, get_page,
delete_page, rename_page, set_draft, list_pages, plus blog-post tools)
that commit content into your repo. Configure it via apps/mcp/.env:
- GitHub (default):
GITHUB_TOKEN,GITHUB_REPO(owner/name). - GitLab (optional): set
VIBECHECK_PROVIDER=gitlab+GITLAB_*. MCP_AUTH_TOKEN— clients send this as the Bearer token.
Publish modes on every write tool: merge_request (default — opens a PR for
review) or direct (commit to the default branch; your host deploys on push).
Run it — locally (npm start -w @vibecheck/mcp), or with Docker:
cp apps/mcp/.env.example apps/mcp/.env # fill in token + repo
docker compose up -d --build # or pull the prebuilt image:
# docker pull ghcr.io/eplecheck/vibecheck-mcp:latest
It listens on :8787 (POST /mcp); add it to Claude as an MCP connector with
Authorization: Bearer <MCP_AUTH_TOKEN>.
CI
build.ymlrunsnpm run buildon every push/PR — because the site build validates every page against the schema, a green build means all content is valid.docker.ymlbuilds the MCP image and publishes it toghcr.io/eplecheck/vibecheck-mcp.
License
MIT © EpleCheck AS.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。