mcp-plugable-document-server
0
This project is an MCP server designed for document search and retrieval, featuring semantic search and pluggable architecture, compatible with Cursor and other clients.
Overview
A simple server implementing the Model Context Protocol (MCP) for document search and retrieval.
Features
- Document storage and retrieval using MCP
- Semantic search capabilities
- Compatible with Cursor and other MCP clients
- Pluggable document service architecture including local and Confluence integration
- HTML support
Setup
- Install dependencies
- Build the TypeScript code
- Start the server
Using with Cursor
Search for documents using the search
tool. New documents can be created from Cursor with customization options.
Document Services
The server uses pluggable document services. It supports local storage and Confluence service by default.
Extending the Server
New document services can be added by implementing the DocumentService
interface for various platforms like Google Drive, OneDrive, Notion, etc.