# Context Repo

> Save, version, and access your AI context from ChatGPT, Claude, Cursor,
> and 90+ MCP-compatible clients. Prompts, documents, and collections in
> one place — searchable, versioned, and reachable from every tool you use.

## What it is

Context Repo is the single place where all your AI context lives —
**prompts, documents, and collections** — accessible from every tool you
already use. Stop losing your best AI work to closed tabs and forgotten
sessions.

## Three pillars

- **Prompt Library** — version-controlled prompt templates with
  `${variable}` placeholder syntax (interpolated client-side), model
  targeting, and full diff history.
- **Document Hub** — 75+ file formats via LlamaIndex, web scraping via
  Firecrawl, automatic embedding generation, real-time processing status.
- **Smart Collections** — group prompts and documents into named
  folders; any MCP client can scope its search and reads to a
  single collection.

## Access points

| Channel | Notes |
|---|---|
| Web dashboard | Real-time Convex sync at `/dashboard` |
| MCP server | 28 tools — 26 power tools + `search`/`fetch` (Apps SDK) — Streamable HTTP at `/mcp` |
| ChatGPT App | OAuth via Clerk |
| Chrome Extension | One-click webpage capture |
| REST API | 29 operations under `/v1/*` with Bearer JWT / API key |
| `context-repo-mcp` npm | Standalone CLI / programmatic |

## When to use Context Repo

Use Context Repo when an agent needs to retrieve a versioned prompt,
search across stored knowledge, persist a prompt or document for reuse,
or sync context across Claude / Cursor / ChatGPT / VS Code / Windsurf /
Factory / Amp.

**Do NOT use Context Repo** as a general web-search engine, as a
high-volume vector-DB substitute, as a team-shared workspace with
org-level RBAC, or as an LLM conversation-history store.

## Agent Discovery

Machine-readable surfaces (no auth required):

- `/llms.txt` — index file, llmstxt.org spec
- `/llms-full.txt` — full curated knowledge pack (≤ 1 MB)
- `/llms-ctx.txt` — extended context with inlined page content
- `/openapi.json` — OpenAPI 3.1 spec for all 29 REST operations
- `/api/openapi.yaml` — YAML mirror of the OpenAPI spec
- `/pricing.md` — plain-markdown pricing reference
- `/agent` — capability catalog (JSON or markdown via `Accept`)
- `/.well-known/mcp.json` — MCP discovery (SEP-1649)
- `/.well-known/agent.json` — OpenAI ai-plugin manifest
- `/.well-known/agent-card.json` — A2A Agent Card
- `/.well-known/mcp/server-card.json` — MCP server card (28 tools)
- `/.well-known/api-catalog` — RFC 9727 linkset
- `/.well-known/oauth-protected-resource/v1` — RFC 9728 (REST)
- `/.well-known/oauth-protected-resource/mcp` — RFC 9728 (MCP)
- `/.well-known/oauth-authorization-server` — RFC 8414

## Pricing snapshot

3-day free trial of Pro. Pro $19.99/mo. Pro Max $49.99/mo (+ expanded
storage and priority support). Ultimate $99.99/mo (+ AI Workflows +
audio). See `/pricing.md` or `/pricing` for details.

## Contact

- Support: `support@contextrepo.com`
- X: https://x.com/contextrepo
- GitHub: https://github.com/Gitmaxd/context-repo-mcp
- Docs: https://contextrepo.com/docs

Last verified: 2026-04-27
