← Registry

AI & Machine Learning

contextrepo.com

Manages prompt templates and user workspace for AI prompts.

1 endpoint29 known toolsFirst detected May 12, 2026Last detected September 18, 2026

ENDPOINT 1

https://contextrepo.com/mcp

No auth detected

MCP server metadata

Name
Context Repo MCP Server
Version
2.0.3
Capabilities
promptstools.listChangedresources.listChanged
Server instructions

Context Repo is a SaaS platform for managing AI prompts, documents, and collections. Context Repo tools operate on the authenticated user’s personal workspace. Discovery is public; tool calls require authentication. ## Quick Start - Use `search_prompts`, `list_documents`, or `list_collections` to browse existing content - Use `find_items` for cross-type semantic or literal search (prompts + documents + collections in one call); the `search` compatibility tool can also return prompts in semantic results - Use `deep_search` → `deep_read` → `deep_expand` for passage-level exploration of **documents only** (prompts are not in the chunk hierarchy) ## Key Concepts - **Prompts**: Reusable AI prompt templates with version history and variables - **Documents**: Knowledge artifacts (text/markdown) with semantic search indexing - **Collections**: Folders that organize prompts and documents into groups ## Tips - All content belongs to the authenticated user — no cross-user access - `search` + `fetch` provide ChatGPT App compatibility through OpenAI Apps SDK Company Knowledge - Prompt content edits create prompt versions; any changed canonical document field creates a document revision, while an exact unchanged update is a no-op - For document update/restore, pass required `expectedRevision` from `get_document` or the latest successful document acknowledgement; each invocation makes one atomic REST write - On `REVISION_MISMATCH`, call `get_document` again; if the intended state is already present, stop, otherwise reapply the change to the latest content and retry with the returned revision - Documents using `lease_required` managed editing must be written through the REST coordination workflow; MCP does not accept lease credentials - `deep_search` supports session-based deduplication for iterative exploration

Known tools 29

get_user_info

Gets information about the authenticated Context Repo user

Inferred read-only
search_prompts

List prompts in the authenticated user's workspace.

Inferred read-only
read_prompt

Get the full details of a specific prompt including its content and variables

Inferred read-only
create_prompt

Create a new prompt template.

Potential side effects
update_prompt

Update an existing prompt.

Potential side effects
delete_prompt

Permanently delete a prompt.

Potential side effects
get_prompt_versions

List every recorded prompt version with its change log and a content preview of up to 200 characters.

Inferred read-only
restore_prompt_version

restore_prompt_version restores versioned content, parameters, and variables as a new version.

Inferred read-only
list_documents

List a page of documents belonging to the authenticated user

Inferred read-only
get_document

Get a document with its canonical revision, content hash, change time, and canonical application ETag.

Inferred read-only
create_document

Create a new text document.

Potential side effects
update_document

Update canonical document fields.

Potential side effects
delete_document

Permanently delete a document.

Potential side effects
get_document_versions

Get the version history of a document.

Inferred read-only
restore_document_version

Restore a document through the canonical revision path.

Inferred read-only
list_collections

List a page of collections belonging to the authenticated user

Inferred read-only
get_collection

Get collection details and, by default, up to 50 member items

Inferred read-only
create_collection

Create a new collection to organize prompts and documents.

Potential side effects
update_collection

Update a collection's metadata.

Potential side effects
delete_collection

Delete an empty collection.

Potential side effects
add_to_collection

Add documents or prompts to a collection.

Inferred read-only
remove_from_collection

Remove documents or prompts from a collection.

Potential side effects
find_items

Search the user's own workspace for prompts, documents, and collections matching a query.

Inferred read-only
search

Search the user's Context Repo workspace for prompts, documents, and collections matching a query.

Inferred read-only
fetch

Retrieve full prompt content, document content up to the REST response limit, or collection metadata plus up to 50 member items by id (returned from `search`).

Inferred read-only
deep_search

Search within document content using vector similarity and return ranked, hierarchical chunks.

Inferred read-only
deep_read

Retrieve a single document chunk with full content and hierarchy metadata.

Inferred read-only
deep_expand

Navigate the document hierarchy from a chunk in 5 directions: up (parent), down (children), next (next sibling under the same parent), previous (previous sibling under the same parent), surrounding (context window — same-parent siblings; on sparse hierarchies where the target is the only child under its parent, surrounding automatically falls back to the last/first chunks of the parent's prev/next sibling sections so callers still get meaningful neighbouring context).

Inferred read-only
reason

Ask a question and get a synthesized, cited answer composed across your documents -- not a list of chunks.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.context-repo-mcp-server]
url = "https://contextrepo.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "context-repo-mcp-server": {
      "type": "http",
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: context-repo-mcp-server
Remote MCP URL: https://contextrepo.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "context-repo-mcp-server": {
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "context-repo-mcp-server": {
      "type": "http",
      "url": "https://contextrepo.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "context-repo-mcp-server",
  "transport": "streamable-http",
  "url": "https://contextrepo.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for contextrepo.com was fetched 2026-08-03T23:59:54.616Z and is being refreshed.

Trust status Trusted

contextrepo.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.