documcp

tosin2013/documcp
★ 9 stars TypeScript 🧠 Memory/Knowledge Updated today
DocuMCP is an intelligent Model Context Protocol (MCP) server that revolutionizes documentation deployment for open-source projects. It provides deep repository analysis, intelligent static site generator recommendations, and automated GitHub Pages deployment workflows.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "documcp": {
      "command": "npx",
      "args": [
        "-y",
        "tosin2013/documcp"
      ]
    }
  }
}