MCP Documentation Server
UnclaimedMCP Documentation Server - Bridge the AI Knowledge Gap. ✨ Features: Document management • Gemini integration • AI-powered semantic search • File uploads • Smart chunking • Multilingual support • Zero-setup 🎯 Perfect for: New frameworks • API docs • Internal guides
Install
npx skills add https://github.com/andrea9293/mcp-documentation-server --skill documentation-serverUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
add_document
Add a document (title, content, optional metadata)
delete_document
Remove a document, its chunks, database entries, and associated files
get_context_window
Returns a window of chunks around a given chunk index
get_document
Retrieve the full content of a document by ID
get_ui_url
Returns the Web UI URL (e.g. http://localhost:3080) — useful to open the dashboard or to locate the uploads folder from the browser
get_uploads_path
Returns the absolute path to the uploads folder
list_documents
List all documents with metadata and content preview
list_uploads_files
Lists files in the uploads folder with size and format info
process_uploads
Process all files in the uploads folder (chunking + embeddings)
search_all_documents
Hybrid (full-text + vector) cross-document search
search_documents
Semantic vector search within a specific document
search_documents_with_ai
🤖 AI-powered search using Gemini (requires GEMINIAPIKEY)