mcp-documentation-server
The MCP Documentation Server is a TypeScript-based server that provides local-first document management and AI-powered semantic search.
This server allows users to manage documents effortlessly through a built-in web interface, enabling functionalities such as adding, viewing, deleting documents, and performing semantic searches. It supports file uploads in various formats including .txt, .md, and .pdf, all without requiring any external database or cloud service. The server is designed to be user-friendly, with drag-and-drop capabilities and configurable settings for the web UI. In addition to document management, the MCP Documentation Server leverages advanced AI technology for hybrid search capabilities. It combines full-text and vector similarity searches powered by the Orama vector database, allowing for both single-document and cross-document queries. The integration with Google Gemini AI enhances the search experience by providing contextual understanding and intelligent insights, making it an invaluable tool for users looking to bridge the AI knowledge gap.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-documentation-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-documentation-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions