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.
argparse
: Command-line argument parsingJinja2
: Template enginepip install projectdochelper
# Generate project documentation (simple mode)
projectdochelper generate --mode simple
# Generate project documentation (detailed mode)
projectdochelper generate --mode detailed
# Start MCP server
projectdochelper serve --port 8080
ProjectDocHelper generates different document sets based on project type:
Project Type | Generated Documents |
---|---|
Frontend | ProjectRequirements.md, FrontendGuidelines.md, TechStack.md |
Backend | ProjectRequirements.md, BackendStructure.md, TechStack.md |
Full Stack | ProjectRequirements.md, FrontendGuidelines.md, BackendStructure.md, TechStack.md |
ProjectDocHelper intelligently integrates user-AI interactions into relevant documentation:
Contributions are welcome! Please check out our Contributing Guide for details.
This project is licensed under the MIT License - see the LICENSE file for details.
đĄ Note: ProjectDocHelper is under active development. Feedback and suggestions are welcome!