context-studio
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@context-studioshow documents in the product launch scope"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Out of Context
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 / viewer123The 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:
Render deployment:
Screenshots
Documents

Collections

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-demoTests
uv run pytest
cd cms && npm run build
uv run python run.py validateThis server cannot be deployed
Maintenance
Related MCP Connectors
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
MCP server for Product Management
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables AI assistants to manage Context Repo prompts, documents, and collections with semantic search and progressive disclosure navigation.69 npm1MIT
- AlicenseAqualityDmaintenanceAn MCP server for managing contextual data as markdown files with metadata, enabling agents to save, retrieve, search, and delete contexts using simple CRUD operations.5Apache 2.0
- AlicenseNot gradedqualityAmaintenanceMCP server for structured document management of markdown and YAML files, with RBAC, git-based approval workflows, and semantic search, enabling agents to read, edit, and maintain documents under governance.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for cinematic context platform, enabling video asset management, lineage tracing, and pipeline orchestration via DataHub.Apache 2.0