Evolith Architecture Governance MCP Server

Your architecture rules, running on every PR. Real output of the published CLI on an empty repository (2026-09-14, abridged; full 71-row capture ). It runs locally over stdio via the published package.

People who work with nestjs, ai driven development and distributed systems and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 2 · #31 OF 85 MAINTAINED DESIGN · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Evolith Architecture Governance

Claude Code

claude mcp add beyondnetcode-evolith_arch32 -- npx -y @beyondnet/evolith-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "beyondnetcode-evolith_arch32": {
      "command": "npx",
      "args": [
        "-y",
        "@beyondnet/evolith-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @beyondnet/evolith-mcp - the @beyondnet scope differs from the repo owner (beyondnetcode); confirm it's the project's official package

registry namespace io.github.beyondnetcode is GitHub-verified and matches the repo owner

03 · What Evolith Architecture Governance can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.8 · 2026-09-14

Evolith runs architecture rules - layering, dependencies, security, CI/CD, ADRs - against a repository from CI and fails the PR. A rule it could not evaluate is reported as a failure, never as a silent pass, so…

v1.3.0 · 2026-08-16

The published CLI can do its job again · @beyondnet/[email protected] shipped 87 Rego sources and zero policy.wasm, so validate --engine opa failed closed on every rule from a clean install. The bundle is gitignored…

v1.1.0 · 2026-06-16

1.1.0 (2026-06-16) · migrate gateway reference from Kong to Traefik (GT-110) · GT-100 API browser + GT-101 auto-update · GT-102 Real-time progress/streaming · GT-104 Package manager distribution · GT-107 Interactive…

04 · Who maintains Evolith Architecture Governance

Evolith Architecture Governance is maintained by beyondnetcode. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
design - ranked #31 of 85 actively-maintained design servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-14)
registry
io.github.beyondnetcode/evolith (active, first published 2026-08-17)
packages
npm:@beyondnet/evolith-mcp

06 · Evolith Architecture Governance FAQ

What is Evolith Architecture Governance?

Your architecture rules, running on every PR. Real output of the published CLI on an empty repository (2026-09-14, abridged; full 71-row capture ). It runs locally over stdio via the published package.

Is Evolith Architecture Governance still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Evolith Architecture Governance?

Run `npx -y @beyondnet/evolith-mcp`. You can also paste the ready-made client config above.

Does Evolith Architecture Governance run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Evolith Architecture Governance