MCP Directory
Back

structurizr

by structurizr · Java · ★ 267

Structurizr is a "models as code" tool designed for the C4 model.

#ai#c4model#mcp-server#software-architecture#structurizr

Install

git clone https://github.com/structurizr/structurizr.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "structurizr": {
      "command": "npx",
      "args": [
        "-y",
        "github:structurizr/structurizr"
      ]
    }
  }
}

From the README

Structurizr is a "models as code" tool designed for the [C4 model](https://c4model.com) - you write [Structurizr DSL](https://docs.structurizr.com/dsl) to create multiple software architecture diagrams from a single model. Structurizr was created by [the author of the C4 model](https://simonbrown.je) and remains the reference implementation, making it the best choice if you are looking for compliance and compatibility with the C4 model. - [Structurizr DSL - Example](https://docs.structurizr.com/dsl/example) - [Structurizr DSL - Tutorial](https://docs.structurizr.com/dsl/tutorial) The two qui…
Read full README on GitHub →

Related other servers