Serves markdown documents from a local directory, providing a simple interface for managing and accessing them using the Model Context Protocol (MCP).
This local development server offers a straightforward interface for managing and accessing markdown documents using the Model Context Protocol. It allows users to list available documents, read document contents with proper markdown formatting, and automatically detects new `.md` files added to the documents directory. Designed for quick local development, it utilizes Express.js, MCP, and SSE for efficient communication and real-time updates.
Características Principales
01Lists available documents
02Reads document contents with markdown formatting
030 GitHub stars
04Serves markdown documents from a local directory
05Supports direct MCP and SSE communication
06Automatic port conflict resolution and error handling
Casos de Uso
01Local development of documentation
02Quickly previewing markdown documents
03Managing and accessing markdown files during development