- MCP Documentation Server 📚
MCP Documentation Server 📚
Enterprise MCP documentation server with circuit breaker resilience, multi-repository indexing, and AI assistant integration
Content
MCP Documentation Server 📚
A production-ready MCP (Model Context Protocol) server that provides intelligent documentation access for AI coding assistants. Seamlessly integrates with Claude and GitHub Copilot to provide context-aware assistance.
📋 Features
- Local Documentation Index: Indexes docs from multiple git repositories
- Semantic Search: Finds relevant context based on meaning, not just keywords
- AI Assistant Integration: Works with Claude, GitHub Copilot, and other MCP-compatible tools
- Automatic Repository Sync: Keeps documentation up-to-date
- Vector-based Search: Fast and accurate retrieval using Qdrant
- Low Resource Usage: Efficient local processing with minimal overhead
- Secure: Input validation, path sanitization, authentication options
- Production Ready: Robust error handling, logging, and monitoring
🚀 Quick Start
# Clone the repository
git clone https://github.com/username/mcp-server-docs-lookup.git
cd mcp-server-docs-lookup
# Install dependencies
npm install
# Build the project
npm run build
# Configure repositories (edit config/config.json)
cp config/config.example.json config/config.json
# Start the server
npm run api
The server will be running at http://localhost:3001. Access the health endpoint:
curl http://localhost:3001/health
Documentation
- INTEGRATION.md - How to integrate with AI assistants
- ARCHITECTURE.md - Architecture overview
- TROUBLESHOOTING.md - Common issues and solutions
- OLYMPUS_CLOUD.md - Olympus Cloud specific information
- CONTRIBUTING.md - Contribution guidelines
Prerequisites
- Node.js 18+ - Required for running the MCP server
- Docker - Required for Qdrant vector database
- Git - Required for cloning documentation repositories
- 8GB+ RAM - Recommended for processing large documentation sets
How it Works
- Clone & Index: The server clones documentation repositories to your local machine
- Process: Documents are chunked and converted to vector embeddings
- Store: Embeddings are stored in a local Qdrant instance
- Serve: When your AI assistant needs context, it queries the MCP server
- Return: Relevant documentation chunks are returned to enhance AI responses
Configuration
Configuration is stored in config/config.json in your project directory:
{
"project": {
"name": "my-project",
"description": "Project documentation"
},
"repositories": [
{
"name": "react-docs",
"url": "https://github.com/reactjs/react.dev.git",
"branch": "main",
"paths": ["/src/content/learn", "/src/content/reference"],
"category": "framework",
"priority": "high",
"syncInterval": 60
}
],
"contextGeneration": {
"strategies": ["hybrid"],
"maxChunks": 20
},
"vectorStore": {
"type": "qdrant",
"qdrant": {
"url": "http://localhost:6333",
"collectionName": "documentation"
}
}
}
Integration with AI Coding Assistants
For complete integration instructions with different AI assistants, refer to INTEGRATION.md.
Quick Integration Commands
# For Claude integration
npm run integrate:claude
# For GitHub Copilot integration
npm run integrate:copilot
# For VS Code integration
npm run integrate:vscode
Troubleshooting
For common issues and solutions, refer to TROUBLESHOOTING.md.
Common troubleshooting commands:
# Test connection
npm run tools:search
# Fix embedding issues
npm run tools:fix-embeddings
Development
# Clone repository
git clone https://github.com/username/mcp-server-docs-lookup.git
cd mcp-server-docs-lookup
# Install dependencies
npm install
# Start Qdrant locally
docker run -p 6333:6333 qdrant/qdrant
# Run in development
npm run dev
# Run tests
npm test
# Build for production
npm run build
License
MIT - See LICENSE file
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright McpPlaywright MCP server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
CursorThe AI Code Editor
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Tavily Mcp
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Amap Maps高德地图官方 MCP Server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Serper MCP ServerA Serper MCP Server