Regula MCP Server

Offline-capable, code-native AI governance scanning. The core scan runs locally, does not upload scanned file contents, and needs no account; telemetry is sent only with explicit opt-in consent. Regula flags patterns that may need review under the EU AI Act, South Korea's AI Basic Act, and Colorado SB 26-189, records the deployment facts code cannot show, and reports insufficient information rather than inventing a…

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 4 · #38 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Regula

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add kuzivaai-getregula -- uvx regula-ai

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "kuzivaai-getregula": {
      "command": "uvx",
      "args": [
        "regula-ai"
      ]
    }
  }
}

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 Apache-2.0 - declared in the repository

pypi package regula-ai - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Regula can do

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

Limitations (from the README)

Regula performs pattern-based risk indication, not legal risk classification. - The EU AI Act classifies risk based on intended purpose and deployment context (Article 6), not code patterns. Regula's findings are indicators that warrant human review. - False positives will occur. Blind-labelled benchmark on 50 randomly selected Python AI repos measured 83.5% precision on production code (N=115, measured on v1.7.0, la

Latest releases

v2.0.0 · 2026-08-24

bump actions/github-script from 373c709c69115d41ff229c7e5df9f8788daa9553 to 3a2844b7e9c422d3c10d287c895573f7108da1b3 in the github-actions group · Align public claims and user journeys with delivery evidence · accept…

v1.9.0 · 2026-08-14

Marketplace listing release for the existing v1.9.0.

v1.7.5 · 2026-07-16

Security & confidentiality · Evidence packs, conformity packs, and HTML reports no longer embed the · machine-wide audit trail. Packs generated on one project previously · included audit events from every project on…

04 · Who maintains Regula

regula is maintained by kuzivaai. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
DevOps & monitoring - ranked #38 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-24)
registry
io.github.kuzivaai/regula (active, first published 2026-08-14)
packages
pypi:regula-ai

06 · Regula FAQ

What is Regula?

Offline-capable, code-native AI governance scanning. The core scan runs locally, does not upload scanned file contents, and needs no account; telemetry is sent only with explicit opt-in consent. Regula flags patterns that may need review under the EU AI Act, South Korea's AI Basic Act, and Colorado SB 26-189, records the deployment facts code cannot show, and reports insufficient information rather than inventing a…

Is Regula still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Regula?

Run `uvx regula-ai`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Regula run locally?

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

07 · Alternatives to Regula