AI & Machine Learning
contextrepo.com
Manages prompt templates and user workspace for AI prompts.
ENDPOINT 1
https://contextrepo.com/mcp
MCP server metadata
- Name
- Context Repo MCP Server
- Version
- 2.0.3
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
read_promptGet the full details of a specific prompt including its content and variables
Inferred read-onlyget_prompt_versionsList every recorded prompt version with its change log and a content preview of up to 200 characters.
Inferred read-onlyrestore_prompt_versionrestore_prompt_version restores versioned content, parameters, and variables as a new version.
Inferred read-onlyget_documentGet a document with its canonical revision, content hash, change time, and canonical application ETag.
Inferred read-onlyfind_itemsSearch the user's own workspace for prompts, documents, and collections matching a query.
Inferred read-onlysearchSearch the user's Context Repo workspace for prompts, documents, and collections matching a query.
Inferred read-onlyfetchRetrieve 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-onlydeep_searchSearch within document content using vector similarity and return ranked, hierarchical chunks.
Inferred read-onlydeep_readRetrieve a single document chunk with full content and hierarchy metadata.
Inferred read-onlydeep_expandNavigate 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-onlyreasonAsk a question and get a synthesized, cited answer composed across your documents -- not a list of chunks.
Inferred read-onlyCONNECT 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.
contextrepo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.