Skip to content

Commit 54f7d46

Browse files
.
1 parent 1734403 commit 54f7d46

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ai/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ Structurizr's model-based consistency and enforcement of the C4 model rules make
2020

2121
## Comparison to other tools for AI workflows
2222

23-
| Category | Examples | Comments | Recommended for AI workflows? |
24-
|----------|--------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|
25-
| UI-driven diagramming tools | Microsoft Visio, draw.io, Lucidchart | UI-driven diagramming tools don't understand the C4 model, and AI integration is more difficult for those tools without a text-based format behind the scenes. | ❌ No |
26-
| UI-driven modelling tools | Sparx EA, MagicDraw, IcePanel | UI-driven modelling tools can understand the C4 model, but AI integration is more awkward compared to text-based tools. | ❌ No |
27-
| Diagrams as code | PlantUML, Mermaid, D2, dot | LLMs excel at generating text, but diagrams as code tools tools don't understand the C4 model and don't respect its rules. | ❌ No |
28-
| Models as code | Structurizr | Structurizr is text-based, designed for the C4 model, model-based for consistent views, and the Structurizr MCP server provides DSL validation, parsing, and inspections tools to assist with creating software architecture models. | ✅ Yes |
23+
| Category | Examples | Comments | Recommended for AI workflows? |
24+
|----------|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------|
25+
| UI-driven diagramming tools | Microsoft Visio, draw.io, Lucidchart | UI-driven diagramming tools don't understand the C4 model, and AI integration is more difficult for those tools without a text-based format behind the scenes. | ❌ No |
26+
| UI-driven modelling tools | Sparx EA, MagicDraw, IcePanel | UI-driven modelling tools can understand the C4 model, but AI integration is more awkward compared to text-based tools. | ❌ No |
27+
| Diagrams as code | PlantUML, Mermaid, D2, dot | LLMs excel at generating text, but diagrams as code tools tools don't understand the C4 model and don't respect its rules. | ❌ No |
28+
| Models as code | Structurizr | Structurizr is text-based, designed for the C4 model, model-based for consistent views, and the Structurizr MCP server provides DSL validation, parsing, and inspection tools to assist with creating software architecture models. | ✅ Yes |
2929

3030
### Structurizr vs LikeC4
3131

ai/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: /ai/mcp
88

99
# MCP server
1010

11-
An experimental Structurizr MCP server is available on [GitHub](https://github.com/structurizr/structurizr/tree/main/structurizr-mcp).
11+
A Structurizr MCP server is available on [GitHub](https://github.com/structurizr/structurizr/tree/main/structurizr-mcp).
1212
It runs standalone and supports stateless HTTP transport.
1313

1414
## Tools

0 commit comments

Comments
 (0)