Skip to content
VS Code

Evolith Architecture Governance for VS Code

io.github.beyondnetcode/evolith

Executable architecture governance: an unevaluated rule is reported as a failure, never a pass.

client:VS Code transport:stdio runtime:npm

Install Evolith Architecture Governance in VS Code

.vscode/mcp.json

{
  "servers": {
    "evolith": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@beyondnet/evolith-mcp"
      ]
    }
  }
}

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

Evolith Architecture Governance in other clients