my-docs-mcp-server

my-docs-mcp-server

3.2

If you are the rightful owner of my-docs-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This MCP server indexes and searches Markdown files in a specified directory, providing search and retrieval capabilities via the MCP protocol.

The my-docs-mcp-server is a Model Context Protocol (MCP) server designed to index and search Markdown (.md) files within a specified directory. It offers full-text search capabilities and allows for the retrieval of entire files through the MCP protocol. The server is implemented in TypeScript and leverages several libraries to enhance its functionality. MiniSearch is used for creating and searching full-text indexes, while wakachigaki improves Japanese text tokenization for more accurate search results. The server communicates with MCP clients via standard input/output, making it compatible with tools like Claude Desktop and MCP Inspector. This setup allows users to efficiently search and access documentation files, enhancing productivity and information retrieval.

Features

  • Full-text search of Markdown files using MiniSearch.
  • Japanese text tokenization with wakachigaki for improved search accuracy.
  • Recursive exploration of Markdown files using fast-glob.
  • Standard input/output communication with MCP clients.
  • TypeScript implementation for robust and maintainable code.

Tools

  1. search_docs

    Performs full-text search on Markdown files with high accuracy using Japanese tokenization.