# C++ UML Class Diagram Generator

Generate UML class diagrams from C++ source code by analyzing class structures, inheritance, and members. Produce PlantUML-compatible diagrams to visualize your C++ project architecture easily. Integ…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add hydavinci/uml_diagram

# Browse available tools
npx -y @smithery/cli@latest tool list hydavinci/uml_diagram
```

---

Source: https://github.com/hydavinci/uml-diagram | License: MIT
