Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

MCP server for Context Studio, a file-based CMS for governed marketing documents and searchable collections, enabling retrieval and management of AI context via tools like scopes, document reads, and collection search.

README.md

Context Studio

Context Studio is a file-based context CMS for governed marketing Documents plus searchable supporting Collections. We use plain folders, Markdown, YAML frontmatter, SQLite, and Git so teams can inspect, edit, validate, and retrieve AI context without a heavy knowledge-platform stack.

The system is intentionally simple:

  • Documents are OKF-style Markdown records in a normal folder tree.
  • Collections are source-file buckets indexed locally for cited retrieval.
  • Git provides history, diffs, restore, and backup.
  • SQLite stores users, audit events, and Collection indexes.
  • FastAPI serves the API, MCP endpoint, and production CMS bundle.
  • Astro provides the browser UI.
  • Docker/Render can host the demo as one web service.

What It Does

  • Stores governed marketing context as Markdown files.
  • Uses folder metadata and document frontmatter for scope, type, status, and criticality.
  • Keeps curated Documents separate from searchable supporting Collections.
  • Avoids semantic search over governed Documents; scoped retrieval is deterministic.
  • Uses Collection search only when a surfaced Document or folder points to that Collection.
  • Exposes MCP tools for scopes, types, folders, indexes, logs, document metadata, document reads, Collection search, source reads, and validation.
  • Provides a browser MCP Test Tool so we can test agent-facing retrieval behavior directly.

Context Solution Guide

Marketing_Context.md explains the larger marketing-team context model behind this prototype: how context should be structured, governed, retrieved, and separated from skills and outcome specs.

Try the Demo

Hosted demo:

https://context-studio-demo.onrender.com/

Demo logins:

admin / admin123
editor / editor123
viewer / viewer123

The hosted demo uses synthetic data. Edits are useful for testing but should be treated as ephemeral on the free Render service.

Run It Yourself

Local setup:

docs/getting-started.md

Render deployment:

docs/deploy-to-render.md

Screenshots

Documents

!Context Studio Documents

Collections

!Context Studio Collections

MCP Test Tool

!Context Studio MCP Test Tool

Demo Data

The tracked demo/ folder contains synthetic demo assets:

  • demo/context_repo/ contains governed marketing Documents for the Context Studio demo brand.
  • demo/sample_sources/ contains synthetic transcript files for Collection seeding.
  • demo/screenshots/ contains README screenshots.

Editable runtime data is ignored by Git and lives under .local/ by default.

Reset local demo data:

uv run python run.py reset-demo

Tests

uv run pytest
cd cms && npm run build
uv run python run.py validate

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.