a year ago
developer-toolsA lightweight MCP server that indexes and searches Markdown files in a specified directory, providing full-text search and file retrieval via the Model Context Protocol.
Overview
What is my-docs-mcp-server?
my-docs-mcp-server is a lightweight server that indexes and searches Markdown files in a specified directory, allowing for full-text search and file retrieval via the Model Context Protocol (MCP).
How to use my-docs-mcp-server?
To use the server, set up your environment by installing dependencies, creating a 'docs' directory, and placing your Markdown files there. Then, run the server in development or production mode, specifying the path to your docs directory.
Key features of my-docs-mcp-server?
- Full-text search capabilities for Markdown files.
- File retrieval through the MCP protocol.
- Built with TypeScript for robust performance.
Use cases of my-docs-mcp-server?
- Searching through documentation written in Markdown format.
- Retrieving specific content from Markdown files for applications.
- Integrating with other tools that support the MCP protocol.
FAQ from my-docs-mcp-server?
- What programming language is used for this server?
The server is implemented in TypeScript.
- How do I install the server?
You can install it by running
npm installin your terminal after cloning the repository.
- Can I use this server for other file types?
Currently, it is designed specifically for Markdown files.