Model Context Protocol

Your Context, Everywhere

Stop copy-pasting context between apps. Give your AI direct access to your prompts, documents, and collections with a single configuration.

Install to CursorConfigure Claude Desktop

One-click installation for Cursor IDE, JSON config for Claude Desktop

v1.3.2
26 tools
context-repo-mcp
> get_prompt "code-review-template"
✓ Retrieved prompt (3 variables)
> deep_search "rate limiting strategy"
✓ Found 4 matching chunks across 2 docs
> add_to_collection "Project Alpha" [doc_id]
✓ Added 1 item to collection
> restore_document_version [doc_id] [v3]
✓ Restored to version 3
Works with
Claude
Cursor
Windsurf
Factory
Amp
OpenAI
VS Code

You Paste the Same Prompt Three Times a Day

Every conversation starts from zero. Your best prompts live in one app, your research in another, and your AI can't reach any of it.

Without MCP
The Copy-Paste Loop
Find your prompt, copy it, paste it. Every. Single. Time.
Alt-tab to dig through docs while your AI waits
Repeat yourself across Claude, Cursor, and ChatGPT
Break your flow every time you need context
With MCP
Your AI Reads Your Context Directly
"Use my code review prompt" -- and it does
"What did my research say about rate limiting?" -- instant answer
"Save this to my Architecture collection" -- done
Stay in flow. Your context follows you.

What Your AI Can Do With Context Repo

Say it in plain language. Your AI calls the right tools behind the scenes.

"Use my PR review prompt on this diff"

Your AI calls get_prompt, retrieves your review template with all its variables, and applies it. No copy-paste.

Prompts

"What did my research say about rate limiting?"

Your AI calls deep_search, finds the relevant paragraphs across all your documents, and synthesizes an answer with sources.

Deep Search

"Save this conversation as a doc in my Architecture collection"

Your AI calls create_document then add_to_collection. Two tools, one sentence. Done.

DocumentsCollections

"Roll back my API guidelines to last Tuesday's version"

Your AI calls get_document_versions to find the right snapshot, then restore_document_version to bring it back.

Version History

One-Click Installation

One click for Cursor. One config block for Claude. Under 60 seconds either way.

Cursor

Cursor IDE

Deep Link Installation

Click once to automatically configure Context Repo in your Cursor settings. No manual JSON editing required.

Install to Cursor
Claude

Claude Desktop

MCP Server Config

Add Context Repo to Claude Desktop with a simple JSON config. Copy and paste into your claude_desktop_config.json file.

26 Tools at Your AI's Fingertips

Full CRUD with version history, semantic search, and deep document exploration. Everything your AI needs to manage and search your knowledge base.

list_prompts

List all prompts with optional search

get_prompt

Get full prompt details including content and variables

create_prompt

Create a new prompt template with ${variables}

update_prompt

Update an existing prompt with version tracking

delete_prompt

Permanently delete a prompt

get_prompt_versions

View full version history with change logs

restore_prompt_version

Restore a prompt to any previous version

Deep Search

Search Inside Your Documents, Not Just Titles

Most tools only search by title or filename. Deep Search lets your AI search within document content, find the exact paragraph it needs, and navigate through your documents like a table of contents -- progressively exploring without loading everything at once.

No other MCP server offers hierarchical vector search inside documents.

Vector-powered content search

Finds relevant passages by meaning, not just matching keywords. Ask a question and get the specific paragraphs that answer it.

Hierarchical navigation

Move up to parent sections, down into paragraphs, or sideways through siblings. Five directions of navigation from any search result.

Session-aware deduplication

Repeated searches in the same session surface new results every time — your AI never gets the same content twice.

Deep Search progressive disclosure — hierarchical document navigation with vector-powered content search

Up and Running in 2 Minutes

Generate a key, add the config, restart your client

1

Generate an API Key

Go to Settings → API Keys in your Context Repo dashboard and create a new key.

2

Add to Your MCP Config

Copy the config JSON and add it to your client's MCP configuration file. Replace gm_your_api_key with your actual key.

3

Restart Your Client

Fully quit and reopen your MCP client. Look for the tools indicator to confirm the connection is active.

claude_desktop_config.json
{
  "mcpServers": {
    "context-repo": {
      "command": "npx",
      "args": ["-y", "context-repo-mcp"],
      "env": {
        "CONTEXTREPO_API_KEY": "gm_your_api_key"
      }
    }
  }
}

Zero Copy-Paste. Full Context.

The free tier includes all 26 MCP tools. Install in under 60 seconds and your AI reads your context directly.