MCP.so
Sign In
C

Context Repo Mcp Server

@gitmaxd

About Context Repo Mcp Server

*One workspace for your prompts, documents, and collections — accessible from every AI client you use.*

Basic information

Category

Version Control

Transports

stdio

Publisher

gitmaxd

Submitted by

Rick Garcia

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "context-repo": {
      "command": "npx",
      "args": [
        "-y",
        "context-repo-mcp"
      ],
      "env": {
        "CONTEXTREPO_API_KEY": "gm_your_api_key_here"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Context Repo Mcp Server?

An MCP (Model Context Protocol) server that enables any MCP-compatible client to interact with your Context Repo prompts, documents, and collections — with progressive disclosure search for hierarchical document navigation. It is designed for users of Context Repo who want AI assistants to manage their content directly.

How to use Context Repo Mcp Server?

Install globally via npm install -g context-repo-mcp or run directly with npx. Configure your MCP client (e.g., Claude Desktop, Cursor IDE, Factory Droid CLI) with the server command and your Context Repo API key set as the CONTEXTREPO_API_KEY environment variable. Once connected, the client can use the exposed tools to search, create, read, update, delete, and restore prompts, documents, and collections.

Key features of Context Repo Mcp Server

  • Semantic search with AI-powered relevance scoring (0.0–1.0)
  • Full CRUD for prompts, documents, and collections with version history
  • Progressive disclosure search with 3-level chunking and directional navigation
  • Secure API key-based authentication
  • Compatible with Claude Desktop, Cursor IDE, Factory Droid CLI, and all MCP clients

Use cases of Context Repo Mcp Server

  • AI assistants accessing and managing Context Repo prompts and documents on the fly
  • Navigating large documents hierarchically without overwhelming context windows
  • Searching across all Context Repo content using natural language queries
  • Version management and non-destructive restoration of prompts and documents
  • Organizing content into collections for better context grouping

FAQ from Context Repo Mcp Server

What is MCP and how does this server use it?

MCP (Model Context Protocol) is an open standard that allows AI assistants to securely connect to external data sources and tools. This server enables MCP clients to manage your Context Repo content directly through that protocol.

What are the prerequisites to use this server?

You need Node.js 18 or higher, an MCP-compatible client application, and a Context Repo account with an API key.

How do I get a Context Repo API key?

Sign in to Context Repo, go to Settings → API Keys, click Create API Key, and select the required permissions (prompts.read and documents.read). The key starts with gm_.

Which MCP clients are officially supported?

Claude Desktop, Cursor IDE, Factory Droid CLI, and any other application supporting the Model Context Protocol are compatible.

How does progressive disclosure search work?

Documents are automatically chunked into a 3-level hierarchy (document → section → paragraph). The deep_search tool finds the most specific matching chunk for a query, deep_expand allows navigation in five directions (up, down, next, previous, surrounding), and deep_read retrieves full chunk content and metadata. Sessions track seen chunks to avoid duplication across searches.

Comments

More Version Control MCP servers