open-docs-mcp

open-docs-mcp

3.3

If you are the rightful owner of open-docs-mcp 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.

An open-source MCP implementation providing document management functionality.

The open-docs-mcp MCP Server is an open-source implementation designed to manage documents efficiently. It offers features such as crawling and indexing documentation from various sources, supporting multiple document formats, and providing full-text search capabilities. The server includes a robust API for resource-based access to documents and tool-based document management. It aims to replicate Cursor's @Docs functionality by offering document indexing, access, and custom management. The architecture is modular, consisting of a Crawler Module, Search Engine, and MCP Server, each responsible for different aspects of document management.

Features

  • Document Management: Crawl and index documentation from various sources, support for multiple document formats, full-text search capabilities.
  • MCP Server API: Resource-based access to documents, tool-based document management.
  • Cursor @Docs Compatibility: Document indexing, access, and custom management.
  • Architecture: Modular design with Crawler Module, Search Engine, and MCP Server.

Tools

  1. enable_doc

    Enable crawling of specific documents

  2. disable_doc

    Disable crawling of specific documents

  3. crawl_docs

    Start crawling enabled documents

  4. build_index

    Building a search index for a document

  5. search_docs

    Search for documents

  6. list_enabled_docs

    List enabled documents

  7. list_all_docs

    List all available documents