Documentation Hub MCP Server
@deep-poharkar
About Documentation Hub MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-deep-poharkar": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Documentation Hub MCP Server?
A Model Context Protocol (MCP) server for intelligent documentation retrieval across multiple technical domains. It automatically classifies queries, extracts topics, and fetches targeted documentation for AI models via a standardized MCP interface.
How to use Documentation Hub MCP Server?
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.
Key features of Documentation Hub MCP Server
- 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
Use cases of Documentation Hub MCP Server
- Fetch official React documentation for hooks like
useState - Retrieve Node.js API docs for modules like
fs - Get Python standard library references for topics like
json.dumps - Handle general technical queries when the domain is unclear
FAQ from Documentation Hub MCP Server
What runtime and dependencies are required?
The server is built with TypeScript and the MCP SDK, requiring Node.js and npm to install and run.
How does the server determine which domain a query belongs to?
It uses keyword matching in the determineDomain tool to classify queries as React, Node.js, Python, or general.
What documentation sources are supported?
The server provides resources for React, Node.js, and Python documentation, with a general fallback.
Can I extend the server to support additional domains?
Yes, the README describes how to add new domains by updating domain keywords, topic patterns, and URL construction logic.
How do clients integrate with this server?
Clients use the Model Context Protocol to call tools like fetch-documentation, passing a query string and receiving structured documentation results.
Frequently asked questions
What runtime and dependencies are required?
The server is built with TypeScript and the MCP SDK, requiring Node.js and npm to install and run.
How does the server determine which domain a query belongs to?
It uses keyword matching in the `determineDomain` tool to classify queries as React, Node.js, Python, or general.
What documentation sources are supported?
The server provides resources for React, Node.js, and Python documentation, with a general fallback.
Can I extend the server to support additional domains?
Yes, the README describes how to add new domains by updating domain keywords, topic patterns, and URL construction logic.
How do clients integrate with this server?
Clients use the Model Context Protocol to call tools like `fetch-documentation`, passing a query string and receiving structured documentation results.
Basic information
More Memory & Knowledge MCP servers
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients

OpenLore
aakarimServe your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments