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.