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 CursorInstall to Claude Desktop

One-click installation for Cursor IDE and Claude Desktop

v1.0.2
17 tools
context-repo-mcp
Works with
Claude
Cursor
Windsurf
Factory
Amp
OpenAI
VS Code

The Context Problem, Solved

AI assistants are powerful, but they lack Context. Every conversation starts from scratch.

Without MCP
Manual Context Chaos
Copy-paste prompts from your library every time
Switch between tabs to find document content
Manually maintain context across conversations
Lose focus context-switching between apps
With MCP
Seamless Context Flow
Ask for any prompt by name or search
Pull document content directly into context
Browse and use entire collections
Stay in flow - never leave your AI workspace

Works With Your Favorite AI Tools

Any MCP-compatible client works out of the box

Claude

Claude Desktop

Anthropic's desktop app

Cursor

Cursor IDE

AI-powered code editor

Factory

Factory Droid

AI coding agent

Context Repo is an API-first platform. Your prompts, documents, and collections are accessible via a RESTful API, which means any tool that can make HTTP requests can integrate with your context repository.

The MCP Server is an open-source bridge that translates Model Context Protocol requests into API calls, enabling seamless integration with Claude Desktop, Cursor, Factory Droid, and any MCP-compatible client that exists today or will be built tomorrow.

One-Click Installation

Skip the config files. Install in seconds.

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

Native Extension

Download the official .mcpb extension package. Double-click to install, or drag into Claude Desktop.

Install to Claude Desktop

17 Tools at Your AI's Fingertips

Full CRUD operations for prompts, documents, and collections. Everything your AI needs to manage your knowledge base.

list_prompts

List all prompts with optional search

get_prompt

Get full prompt details by ID

create_prompt

Create a new prompt template

update_prompt

Update an existing prompt

delete_prompt

Permanently delete a prompt

Up and Running in 2 Minutes

Three simple steps to supercharge your AI assistant

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"
}
}
}
}

Ready to Streamline Your AI Workflow?

Join developers who have eliminated context copy-paste and supercharged their AI assistants.