Documentation Hub MCP Server

by deep-poharkar

178 downloads
Not rated
GitHub

Description

# Documentation Hub MCP Server A Model Context Protocol (MCP) server for intelligent documentation retrieval across multiple technical domains. ## Overview This project implements an MCP server that provides targeted documentation retrieval for technical queries. It uses a…

About

# Documentation Hub MCP Server A Model Context Protocol (MCP) server for intelligent documentation retrieval across multiple technical domains. ## Overview This project implements an MCP server that provides targeted documentation retrieval for technical queries. It uses a hybrid approach to: 1. Determine the…

Details

Author
deep-poharkar
Downloads
178
Categories
Knowledge Base

- Domain Classification for React, Node.js, and Python
- Topic extraction using regex pattern matching
- URL construction based on identified topics
- Multiple documentation sources supported
- Standardized MCP interface for client integration

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 Documentation Hub 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

Clone the repository, install dependencies with npm install, and build with npm run build. Run the server using node build/index.js. The server exposes tools that can be called by any MCP-compatible client.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "documentation hub mcp server": {
            "mcp-server-deep-poharkar": {
                "command": "node",
                "args": [
                    "build/index.js"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-deep-poharkar": {
        "command": "node",
        "args": [
            "build/index.js"
        ]
    }
}

Documentation Hub MCP Server

A Model Context Protocol (MCP) server for intelligent documentation retrieval across multiple technical domains.

Overview

This project implements an MCP server that provides targeted documentation retrieval for technical queries. It uses a hybrid approach to:

1. Determine the technical domain of a query (React, Node.js, Python)
2. Extract specific topics from the query
3. Construct precise documentation URLs
4. Fetch and return the most relevant documentation

The server is built using TypeScript and the MCP SDK, providing a standardized interface for AI models to access documentation resources.

Features

- Domain Classification: Automatically identifies whether a query is about React, Node.js, Python, or general topics
- Topic Extraction: Uses regex pattern matching to identify specific technical concepts in queries
- URL Construction: Builds targeted documentation URLs based on identified topics
- Multiple Documentation Sources: Supports documentation from React, Node.js, Python, and can be extended to other domains
- Standardized Interface: Implements the Model Context Protocol for interoperability with MCP-compatible clients

Installation

```bash

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.