Motiondesignlv
Serves markdown documents from a local directory, providing a simple interface for managing and accessing them using the Model Context Protocol (MCP).
About
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.
Key Features
- Lists available documents
- Reads document contents with markdown formatting
- 0 GitHub stars
- Serves markdown documents from a local directory
- Supports direct MCP and SSE communication
- Automatic port conflict resolution and error handling
Use Cases
- Local development of documentation
- Quickly previewing markdown documents
- Managing and accessing markdown files during development