Stop copy-pasting context between apps. Give your AI direct access to your prompts, documents, and collections with a single configuration.
AI assistants are powerful, but they lack Context. Every conversation starts from scratch.
Any MCP-compatible client works out of the box
Anthropic's desktop app
AI-powered code editor
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.
Skip the config files. Install in seconds.
Full CRUD operations for prompts, documents, and collections. Everything your AI needs to manage your knowledge base.
list_promptsList all prompts with optional search
get_promptGet full prompt details by ID
create_promptCreate a new prompt template
update_promptUpdate an existing prompt
delete_promptPermanently delete a prompt
Three simple steps to supercharge your AI assistant
Go to Settings → API Keys in your Context Repo dashboard and create a new key.
Copy the config JSON and add it to your client's MCP configuration file. Replace gm_your_api_key with your actual key.
Fully quit and reopen your MCP client. Look for the tools indicator to confirm the connection is active.
{ "mcpServers": { "context-repo": { "command": "npx", "args": ["-y", "context-repo-mcp"], "env": { "CONTEXTREPO_API_KEY": "gm_your_api_key" } } }}Join developers who have eliminated context copy-paste and supercharged their AI assistants.