docs-mcp-server

docs-mcp-server

Provides real-time updated documentation indexing for AI, supporting multiple formats and sources.

MCPDevOpen source
Type
MCP
Transport
sse
Open source
Yes
GitHub Stars
★ 1.5k
Source
mcp-github

Overview

Grounded Docs MCP Server is an open-source tool designed to address AI hallucinations and outdated knowledge. It retrieves official documentation from websites, GitHub, npm, PyPI, and local files, enabling your AI assistant to query the exact version you're using. The tool runs entirely locally, ensuring your code never leaves your network. It supports a wide range of file formats including HTML, Markdown, PDF, and Office documents, and works with any MCP-compatible client (such as Claude, Cline, etc.).

Capabilities

  • Fetches up-to-date documentation from official sources
  • Supports queries for specific versions
  • Reduces AI hallucinations
  • Runs locally, preserving privacy
  • Broad compatibility with various file formats

Use cases

AI coding assistant querying documentationProject documentation managementMulti-version library documentation indexing

Setup

Requires: Node.js 22+API Key (可选)
npx @arabold/docs-mcp-server@latest scrape <name> <url>

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I get started?

Install Node.js 22+, then run via the npx command-line tool.

What file formats are supported?

Supports multiple formats including PDF, Word, Excel, Markdown, HTML, JSON, and more.

Do I need an API Key?

Required when using embedding models, but not mandatory.

Related skills