drio
Open app

ProjectDocHelper

Source

ProjectDocHelper is an MCP (Model Context Protocol) server designed to automatically generate project documentation and make it accessible to AI development tools like Cursor through MCP, thereby improving the accuracy and relevance of AI responses.

Catalog onlyCatalog onlySTDIO

Overview

ProjectDocHelper is an MCP (Model Context Protocol) server designed to automatically generate project documentation and make it accessible to AI development tools like Cursor, thereby improving the accuracy and relevance of AI responses.

To use ProjectDocHelper, install it via pip and run commands to generate documentation in either simple or detailed mode, and start the MCP server to allow AI tools to access the generated documents.

  • Smart Documentation Generation: Automatically generates document sets based on project type. - Multiple Generation Modes: Supports both simple and detailed modes for different needs. - Progress Visualization: Displays a progress bar during document generation. - MCP Service Support: Cursor can access generated documents after service startup. - Q&A Integration: Supports incorporating user-AI interactions into documentation.
  1. Automatically generating documentation for frontend, backend, or full-stack projects.
  2. Enhancing AI-assisted development by providing relevant documentation to AI tools.
  3. Integrating user interactions into project documentation for better context.

Add to your AI client

Use these steps to connect ProjectDocHelper in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "projectdochelper-stark1937": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "projectdochelper-stark1937": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "projectdochelper-stark1937": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "projectdochelper-stark1937": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "projectdochelper-stark1937": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "projectdochelper-stark1937": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-projectdochelper-stark1937"
      ]
    }
  }
}

FAQ

Can ProjectDocHelper generate documentation for all project types?

Yes! It generates tailored documentation sets for frontend, backend, and full-stack projects.

Is ProjectDocHelper free to use?

Yes! ProjectDocHelper is open-source and free to use.

How does the Q&A integration work?

It intelligently identifies relevant Q&A content and adds it to the corresponding documents.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3616,"uuid":"cb5ef1b1-abc5-48ec-b831-504207267cc3","name":"ProjectDocHelper","title":"ProjectDocHelper","description":"ProjectDocHelper is an MCP (Model Context Protocol) server designed to automatically generate project documentation and make it accessible to AI development tools like Cursor through MCP, thereby improving the accuracy and relevance of AI responses.","avatar_url":"https://avatars.githubusercontent.com/u/20626317?v=4","created_at":"$D2025-03-20T16:37:19.696Z","updated_at":"$D2025-03-20T16:51:26.992Z","status":"created","author_name":"Stark1937","author_avatar_url":"https://avatars.githubusercontent.com/u/20626317?v=4","tags":"projectdochelper,documentation-generator,ai-integration","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/Stark1937/ProjectDocHelper","target":"_self","content":"$29","summary":"$2a","img_url":"https://github.com/Stark1937/ProjectDocHelper/raw/main/projectdochelper-hero.svg","type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 00:09:22\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]