structurizr-mcp

colincoleman/structurizr-mcp
★ 0 stars Python Code/Dev Tools Updated 1mo ago
An MCP server that lets Claude read, write, validate, and export Structurizr architecture models. Designed to work alongside Structurizr running locally via Docker.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "structurizr-mcp": {
      "command": "uvx",
      "args": [
        "structurizr-mcp"
      ]
    }
  }
}

Or install with pip: pip install structurizr-mcp

README Excerpt

An MCP server that lets Claude read, write, validate, and export [Structurizr](https://structurizr.com) architecture models. Works with the [Structurizr local tool](https://docs.structurizr.com/local) (`structurizr/structurizr`) — the successor to Structurizr Lite. > **Note:** Structurizr Lite (`structurizr/lite`) was discontinued in early 2026. The replacement is the unified `structurizr/structurizr` Docker image run in `local` mode. The DSL is unchanged.

Tools (12)

STRUCTURIZR_API_KEYSTRUCTURIZR_API_SECRETSTRUCTURIZR_URLSTRUCTURIZR_WORKSPACE_DIRSTRUCTURIZR_WORKSPACE_IDexportlist_dslread_dslstructurizr_statusvalidateworkspace_jsonwrite_dsl