Catalog
UML Forge
Officialby dave1362
Architecture intelligence, security analysis, and living docs. 13 Mermaid tools.
Generates UML diagrams from code using AI with 13 specialized tools and Mermaid output.
README not available yet.
Install
Configuration
Environment variables
UMLFORGE_API_KEYrequiredsecretYour UML Forge API key — get one free at https://umlforge.dev
claude_desktop_config.json
{
"mcpServers": {
"umlforge": {
"command": "uvx",
"args": [
"umlforge"
],
"env": {
"UMLFORGE_API_KEY": "<YOUR_UMLFORGE_API_KEY>"
}
}
}
}