docs-mcp-server

MiguelRipoll23/docs-mcp-server

3.2

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

The Docs MCP Server allows users to search and read documentation in markdown or text files using the model context protocol.

Docs MCP Server

Search and read your documentation in markdown or text files using the model context protocol.

[!NOTE] Requires Deno to be installed.

Demo

Demo

Usage

Add the following block to your MCP client:

"mcp": {
  "servers": {
    "docs-mcp-server": {
      "type": "stdio",
      "command": "deno",
      "args": ["run", "--allow-read", "jsr:@miguelripoll23/docs-mcp-server", "DIRECTORY_PATH_DOCUMENTATION_HERE"]
    }
  }
}