Skip to main content
Developer ToolsTypeScript

madhan-g-p/DevDocs-MCP

DevDocs-MCP is a MCP server that provides version-pinned, deterministic documentation sourced from [DevDocs.io](https://devdocs.io) in offline mode

developer-toolslocal-servicemacoslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/madhan-g-p/DevDocs-MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "devdocs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "madhan-g-p/DevDocs-MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
madhan-g-p