Docs MCP Server

by MiguelRipoll23

476 downloads
Not rated
GitHub

About

Search and read your documentation using the model context protocol

Details

Author
MiguelRipoll23
Downloads
476
Categories
Knowledge Base

- Searches documentation in markdown and text files.
- Reads documentation content via MCP.
- Uses Deno runtime.
- Simple stdio transport setup.
- Accepts a directory path argument.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Docs MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Add the provided JSON block to your MCP client, specifying the stdio transport, deno as the command, and the arguments run, --allow-read, jsr:@miguelripoll23/docs-mcp-server, and the directory path to your documentation.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

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"]
    }
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.