docs-mcp

docs-mcp

3.5

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

This project provides a flexible Model Context Protocol (MCP) server, powered by Probe, designed to make documentation or codebases searchable by AI assistants.

The Docs MCP Server is a versatile tool that allows users to interact with documentation or codebases through AI assistants by making them searchable. It leverages the Probe search engine to deliver efficient and relevant results. Users can point the server to a Git repository or a local directory, enabling natural language queries about its contents. The server can be configured to pre-build content into the package or dynamically source it at runtime. It supports automatic updates from Git repositories, ensuring that the content remains current. The server is designed to be easily integrated with AI assistants and MCP clients, such as IDE extensions, providing a seamless experience for users looking to search through documentation or codebases.

Features

  • Powered by Probe: Utilizes the Probe search engine for efficient and relevant search results.
  • Flexible Content Sources: Supports local directories and Git repositories as content sources.
  • Pre-build Content: Allows bundling of documentation or code content directly into the package.
  • Dynamic Configuration: Offers configuration of content sources and MCP tool details via config file, CLI arguments, or environment variables.
  • Automatic Git Updates: Keeps content fresh by automatically pulling changes from a Git repository at a configurable interval.