Skip to content
VS Code

Enterprise Architect for VS Code

io.github.mm6502/enterprise-architect-mcp

Read-only search and navigation of Sparx Enterprise Architect .qea model exports

client:VS Code transport:stdio runtime:npm

Install Enterprise Architect in VS Code

.vscode/mcp.json

{
  "servers": {
    "enterprise-architect-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "enterprise-architect-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Enterprise Architect in other clients