Context Repo - Your Context. Everywhere!
One source of truth for every AI tool. Save, version, and search your collections, documents, and prompts, and reach them from ChatGPT, Claude, Cursor, and 90+ MCP clients, the same way your agents do.
https://contextrepo.comConnect straight to this server’s public endpoint.
https://contextrepo.com/mcpWe add this server to your workspace, walk through sign-in once, then open Studio with tools ready to run.
Last probed Sep 14, 2026 · contextrepo.com
29tools discovered
Showing 25 of 29 from the live probe.
Get User Info
Gets information about the authenticated Context Repo user
Search Prompts
List prompts in the authenticated user's workspace. Full-text (literal) match on title, description, and content. For semantic / natural-language matching of prompts, use find_items.
Read Prompt
Get the full details of a specific prompt including its content and variables
Create Prompt
Create a new prompt template. Requires the `prompts.write` API-key scope.
Update Prompt
Update an existing prompt. Only provide the fields you want to change. Updates that change `content` create a new version row in the prompt history (inspect with get_prompt_versions, roll back with restore_prompt_version). Metadata-only edits (`title`, `description`) patch in place and do not create a new version. Requires the `prompts.write` API-key scope.
Delete Prompt
Permanently delete a prompt. This action cannot be undone. Requires the `prompts.write` API-key scope.
Get Prompt Versions
Get the version history of a prompt. Shows all previous versions with change logs.
Restore Prompt Version
restore_prompt_version restores versioned content, parameters, and variables as a new version. Prompt title, description, tags, visibility, and other unversioned metadata remain at their current values. Requires the `prompts.write` API-key scope.
List Documents
List all documents belonging to the authenticated user
Get Document
Get a document with its canonical revision, content hash, change time, and exact ETag.
Create Document
Create a new text document. Requires the `documents.write` API-key scope. The content field is limited to ~900 KB; the overall request body is capped at 2 MB.
Update Document
Update canonical document fields. Any changed field creates a revision; an exact unchanged update is a no-op. Pass expectedRevision for an atomic backend revision check, and pass idempotencyKey plus the active leaseId and leaseFence when coordination is enabled. Requires the `documents.write` API-key scope. The content field is limited to ~900 KB; the overall request body is capped at 2 MB.
Delete Document
Permanently delete a document. This action cannot be undone. Requires the `documents.write` API-key scope.
Get Document Versions
Get the version history of a document. Shows all previous versions with change logs.
Restore Document Version
Restore a document through the canonical revision path. Pass expectedRevision for an atomic backend revision check, and pass idempotencyKey plus the active leaseId and leaseFence when coordination is enabled. A legacy partial snapshot returns a warning and preserves fields it did not capture. Requires the `documents.write` API-key scope.
List Collections
List all collections belonging to the authenticated user
Get Collection
Get details of a specific collection including its items
Create Collection
Create a new collection to organize prompts and documents. Requires the `documents.write` API-key scope (collections share the documents.write scope -- see `shared/api-key-permissions.ts`).
Update Collection
Update a collection's metadata. Requires the `documents.write` API-key scope (collections share the documents.write scope).
Delete Collection
Delete a collection. Items in the collection are NOT deleted, only the collection itself. Requires the `documents.write` API-key scope (collections share the documents.write scope).
Add To Collection
Add documents or prompts to a collection. Requires the `documents.write` API-key scope (collections share the documents.write scope).
Remove From Collection
Remove documents or prompts from a collection. Requires the `documents.write` API-key scope (collections share the documents.write scope).
Find Items
Search the user's own workspace for prompts, documents, and collections matching a query. Read-only. Returns titles, IDs, and relevance scores. Literal mode (semantic=false) searches titles, descriptions, and indexed document body text via hierarchical chunks — full-body literal matching, eventually consistent with chunking; for passage-level retrieval inside documents, use deep_search. find_items is the only tool that surfaces prompts in semantic results — deep_search operates on document chunk
Search
Search the user's Context Repo workspace for prompts, documents, and collections matching a query. Returns a flat list of citation-ready results compatible with ChatGPT Apps Company Knowledge. Each result has an opaque `id` (pass it to `fetch` for full content), a `title`, and a `url` for human click-through.
Fetch
Retrieve the full content of a single prompt, document, or collection by id (returned from `search`). Returns markdown text plus a citation URL compatible with ChatGPT Apps Company Knowledge. The id format is `<type>_<convexId>` (e.g., "prompt_jd7frwnj...", "document_jd7bbp9m...", "collection_jd7c0t5k...").
Get your MCP into directories
A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.
Directory coverage for brandsOne source of truth for every AI tool. Save, version, and search your collections, documents, and prompts, and reach them from ChatGPT, Claude, Cursor, and 90+ MCP clients, the same way your agents do.
Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.
Operate Context Repo - Your Context. Everywhere!? Verify ownership to take over this directory entry.
This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.
MCPBundles probed 29 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.
Context Repo - Your Context. Everywhere! may require signing in to the provider before tools can run. Connect through MCPBundles or your MCP client and complete any provider login when prompted.
MCPBundles is an independent platform built on the open Model Context Protocol standard. Not affiliated with Anthropic PBC or Claude.