MCP.so
登录

ProjectDocHelper

@Stark1937

关于 ProjectDocHelper

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.

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

Stark1937

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ProjectDocHelper?

ProjectDocHelper is an MCP (Model Context Protocol) server that automatically generates project documentation and makes it accessible to AI development tools like Cursor. It improves the accuracy and relevance of AI responses by providing structured project context.

How to use ProjectDocHelper?

Install with pip install projectdochelper. Generate documentation using projectdochelper generate --mode simple or --mode detailed, then start the MCP server with projectdochelper serve --port 8080. Configure the server address in Cursor to begin using the generated docs.

Key features of ProjectDocHelper

  • Smart documentation generation based on project type
  • Multiple generation modes (simple and detailed)
  • Progress visualization during document generation
  • MCP service support for Cursor integration
  • Q&A integration that incorporates user-AI interactions into documentation

Use cases of ProjectDocHelper

  • A frontend developer generating requirements and guidelines docs for a new project
  • A backend team creating structured project documentation accessible to Cursor
  • A full-stack team needing consistent tech stack and structure docs across all parts
  • Users wanting to improve AI assistant responses by feeding it well-organized project context

FAQ from ProjectDocHelper

What does ProjectDocHelper do?

It generates a set of documentation files tailored to your project type (frontend, backend, or full stack) and serves them via MCP so that AI coding tools like Cursor can reference them for more accurate assistance.

How do I install and run ProjectDocHelper?

Install with pip install projectdochelper. Then run projectdochelper generate to create docs and projectdochelper serve to start the MCP server (default port 8080).

Which project types are supported and what documents are generated?

Frontend projects generate ProjectRequirements.md, FrontendGuidelines.md, and TechStack.md. Backend projects generate ProjectRequirements.md, BackendStructure.md, and TechStack.md. Full stack projects also include all four documents.

How does ProjectDocHelper integrate with Cursor?

Start the ProjectDocHelper server, then configure its MCP service address in Cursor. Once connected, Cursor can access the generated project documentation to enhance AI responses.

What is the Q&A integration feature?

ProjectDocHelper automatically identifies relevant user-AI interactions and adds valuable information from those conversations into the corresponding documentation, keeping it structured and useful.

评论

其他 分类下的更多 MCP 服务器