MCP Project Orchestrator [](https://github.com/yourusername/mcp-project-orchestrator/actions/workflows/ci.yml)
[](https://codecov.io/gh/yourusername/mcp-project-orchestrator)
[](https://badge.fury.io/py/mcp-project-orchestrator)
[](https://www.python.org/downloads/)
[](https://opensource.org/licenses/MIT)
A comprehensive project orchestration tool for managing Model Context Protocol (MCP) projects, templates, prompts, and Mermaid diagrams.
Features **Template Management**
- Project templates for quick project setup
- Component templates for modular development
- Variable substitution and validation
- Template discovery and versioning **Prompt Management**
- System and user prompt templates
- Variable substitution
- Prompt categorization and versioning
- Easy prompt discovery and reuse **Mermaid Diagram Generation**
- Flowchart generation
- Sequence diagram generation
- Class diagram generation
- SVG and PNG rendering
- Diagram validation Installation Or with Poetry:
Quick Start Project Templates Prompt Management Mermaid Diagrams Project Structure Development Clone the repository: Install dependencies: Run tests: Run linting: Contributing Fork the repository Create a feature branch Commit your changes Push to the branch Create a Pull Request License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Acknowledgments [Model Context Protocol](https://github.com/yourusername/model-context-protocol) - The foundation for this project [Mermaid](https://mermaid-js.github.io/mermaid/) - For diagram generation [Poetry](https://python-poetry.org/) - For dependency management [Ruff](https://github.com/astral-sh/ruff) - For linting [mypy](https://mypy.readthedocs.io/) - For type checking