Context Repo Mcp Server
@gitmaxd
关于 Context Repo Mcp Server
*One workspace for your prompts, documents, and collections — accessible from every AI client you use.*
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"context-repo": {
"command": "npx",
"args": [
"-y",
"context-repo-mcp"
],
"env": {
"CONTEXTREPO_API_KEY": "gm_your_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
版本控制 分类下的更多 MCP 服务器

Git
modelcontextprotocolModel Context Protocol Servers
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Bitbucket Server MCP
garc33Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
评论