
MCP Documentation Server
by andrea9293
Local-first document management and semantic search with embedded Orama vector DB and Gemini AI integration.
What it does
Connects your AI to a local knowledge base of documents, providing semantic search and document management without needing a cloud database.
Tools
add_document: Add a document with title and content.list_documents: List all documents with metadata previews.get_document: Retrieve full content of a specific document.delete_document: Remove a document and its embeddings.process_uploads: Process files in the uploads folder into the DB.search_all_documents: Hybrid full-text and vector search across the library.search_documents: Semantic search within a specific document.search_documents_with_ai: AI-powered analysis using Google Gemini.get_context_window: Fetch surrounding chunks for richer LLM context.
Installation
{
"mcpServers": {
"documentation": {
"command": "npx",
"args": ["-y", "@andrea9293/mcp-documentation-server"]
}
}
}
Supported hosts
- claude
Quick install
npx -y @andrea9293/mcp-documentation-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






