Structurizr-MCP-Server-Setup

mrebbert/Structurizr-MCP-Server-Setup
★ 9 stars Unknown language 📦 Other Updated 9d ago
a short description of the installation of Structurizr and its MCP Server.
View on GitHub →

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-serv": {
      "command": "npx",
      "args": [
        "-y",
        "mrebbert/Structurizr-MCP-Server-Setup"
      ]
    }
  }
}