Executable architecture governance: an unevaluated rule is reported as a failure, never a pass.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Bilingual Navigation: VersiΓ³n en EspaΓ±ol
Your architecture rules, running on every PR. A rule that was not evaluated is not a rule that passed.
Evolith runs architecture rules β layering, dependencies, security, CI/CD, ADRs β against your repository from CI, and fails the PR. Unlike the rest, it tells you how many rules it could not evaluate, and if any of them was blocking, it fails anyway.
This is what it prints, with nothing rounded up:
72 issue rows, 37 blocking, nine of them rules the engine could not decide β reported as failures because an undecided blocking rule is not a rule that passed. Measured on 2026-08-21 with @beyondnet/evolith-cli@1.3.2; it takes ~2 s. Full capture, all 72 rows and both denominators.
Quick Start Β· PR gate Β· What it governs Β· Documentation Β· Contribute Β· Interactive atlas
Every architecture linter paints the rules it never ran green: coverage and compliance end up the same colour. Evolith publishes the denominator and refuses to round it up. skipped is a first-class outcome; a blocking rule that ends skipped fails the run (invariant with its own test); and exit codes are a taxonomy: 0 pass Β· 1 the tool failed Β· 2 the gate blocked Β· 3 you invoked it wrong.
And we apply it to ourselves. Three things this front page could keep quiet and does not:
--engine opa evaluates 133 of 159 rules; the default native evaluator evaluates 41 and skips 118, on the same repository. They are held to agreement over facts in CI, not over coverage β that part is by design; that the default command never says so is not (#628). This page uses --engine opa everywhere.*.rules.json files, of which four declare a non-ruleset schema and contribute no rules by design β they are named in every report, not dropped. That leaves 178 packs with 413 rules. The published CLI carries its own snapshot: 177 packs, 412 rules. evolith rulesets prints what your installation loads, pack by pack.Full audit of our own claims: pending items, 2026-08-16.
Requirements: Node β₯ 18 for the CLI, β₯ 20 for the MCP server Β· no database, no server, no Docker. Installation is verified in CI on Linux; macOS and Windows are not covered by that gate.
--engine opa evaluates with the compiled Rego bundle; without the flag it runs the native evaluator, which covers less today. To create a new directory instead, pass it positionally: evolith init my-sat --yes. With --format json it never prompts and prints exactly one JSON object on stdout; --dry-run writes nothing.
Expect findings on the first run. A freshly configured repository is a baseline, not a pass: many rules assume a fuller layout. To start from what you have actually adopted, use
--selectwith the refsevolith rulesetsprints; bringing the default to zero is tracked as GT-571 on the gap board.
Configuration lives in evolith.yaml, which init writes for you:
What it inspects: repository structure, CI workflows, manifests and governance artifacts β not your code's AST. That makes it largely language-agnostic; the subset that looks at dependencies and linters assumes a Node/TypeScript repository. Reference: Evolith CLI hub Β· Quickstart guide
Outputs compliance-status, violations-count, issues-count, exit-code and report-path. error and invalid-input mean the repository was not evaluated β they are not weaker forms of non-compliant, and the job summary says so in words.
As live context for an AI agent, over stdio:
Use them. They are good, and Evolith replaces none of them.
| Tool | What it does well | Where Evolith differs |
|---|---|---|
| ArchUnit / ts-arch | Layer and dependency rules as unit tests, in your language | Rules live outside the codebase as data: one library governs many repositories and an agent can read it |
| Conftest / OPA | Rego against any structured input | Evolith is OPA underneath. It adds the rule library, the ADR-to-rule derivation and the coverage accounting |
| Backstage Scorecards | Catalog-wide health checks with a UI | Runs offline in CI with no catalog to maintain, and blocks a PR rather than colouring a dashboard |
Against dependency-cruiser, the scope is broader (phase gates, architecture styles, security standards) and it keeps why each rule failed.
What is NOT built yet, so you do not have to find out: the "LLM proposes, a deterministic verifier disposes" half is a documented direction, not shipped behaviour. No command in the installed CLI reaches an LLM.
Eight architecture styles (we call them topologies) across five axes. The same rules follow you when the monolith splits into services.
| Axis | Topologies |
|---|---|
| Progressive | modular-monolith Β· distributed-modules Β· microservices |
| Integration | event-driven |
| Execution | serverless Β· edge-computing |
| Data | data-mesh |
| AI | agentic-ai |
On top runs a free, MIT library: in this tree, 142 ADRs, 178 ruleset packs carrying 413 rules across 182 files, and 50 phase schemas, plus the five SDLC phases (Discovery β Design β Construction β QA β Delivery) and the gates that block the move from one to the next. Those three counts are measured and verified by CI on every PR. What your installation actually evaluates is printed by evolith rulesets: today, 177 packs with 412 rules, 188 of them able to fail a run. The only paid product will be Evolith Tracker, not yet launched.
| Product | Role |
|---|---|
| Evolith Core | The rules themselves: files you can read, edit and version |
| Evolith CLI | Local application β validates the repo, runs phase gates, manages ADRs |
| Core API | REST service to query and evaluate governance remotely |
| MCP Services | Governance as live context for agents (52 tools, 12 resources, 8 prompts) |
| Agent Runtime | Drives the Core from an agent, through Ports and Adapters. Experimental |
| Evolith Tracker | Commercial lifecycle-governance product. Not yet launched |
Who it is for:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/evolith-architecture-governance)<a href="https://allmcps.com/mcp/evolith-architecture-governance"><img src="https://allmcps.com/api/badge/evolith-architecture-governance?style=directory" alt="Evolith Architecture Governance on AllMCPs" /></a>