mcp-documentation-server
3.6
If you are the rightful owner of mcp-documentation-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Documentation Server is a TypeScript-based server that offers document management and semantic search capabilities, designed to integrate seamlessly with MCP clients.
add_document
Add a document with title, content, and metadata.
search_documents
Search for chunks within a specific document.
list_documents
List all documents with their metadata.
get_document
Retrieve a complete document by ID.
delete_document
Delete a document by ID (removes all associated chunks).
get_uploads_path
Get path to uploads folder.
list_uploads_files
List files in uploads folder.
process_uploads
Process uploaded files into documents.