ComplyEdge TrustLint - offline EU AI Act compliance checks MCP Server

EU AI Act Article 5 and Article 50 runtime deny for AI agents. Not a periodic scanner over a repo: the platform enforces in production, on every request - and the same discipline is available to your agent as an MCP server that checks and scans the text you pass it, offline, with an article citation on every finding. Classifiers (eu-ai-act-) score the system; ComplyEdge denies this prompt or output. Article 50 here…

People who work with ai governance, compliance and gdpr and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-07 · ★ 4 · #233 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

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

01 · Install ComplyEdge TrustLint - offline EU AI Act compliance checks

before you install - you'll need

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

Claude Code

claude mcp add complyedge-complyedge -- npx -y @complyedge/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "complyedge-complyedge": {
      "command": "npx",
      "args": [
        "-y",
        "@complyedge/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 Apache-2.0 - declared in the repository

npm package @complyedge/mcp - published under the repo owner's npm scope (@complyedge)

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

03 · What ComplyEdge TrustLint - offline EU AI Act compliance checks can do

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

Latest releases

v0.2.5 · 2026-07-12

Summary · Public corpus and docs aligned with the live website and hosted API. · 64 YAML rules + 51 deterministic leaf OPA/Rego policies (+ 5 package aggregators) · New EU AI Act leaves: Art. 6 Annex III 5b/5c, Art.…

v0.2.4 · 2026-06-14

complyedge SDK v0.2.4. · OPA/Rego on the hot path (rule IDs like rego-art5-1c-001); optional LLM Layer 2, opt-in and off by default since v0.2.2. · 19 OPA/Rego policies + 53 YAML rules across EU, US, global, universal…

04 · Who maintains ComplyEdge TrustLint - offline EU AI Act compliance checks

ComplyEdge TrustLint - offline EU AI Act compliance checks is maintained by complyedge. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
other - ranked #233 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-07-12)
registry
io.github.ComplyEdge/complyedge (active, first published 2026-08-04 · 10 versions)
packages
pypi:complyedge · npm:@complyedge/mcp

06 · ComplyEdge TrustLint - offline EU AI Act compliance checks FAQ

What is ComplyEdge TrustLint - offline EU AI Act compliance checks?

EU AI Act Article 5 and Article 50 runtime deny for AI agents. Not a periodic scanner over a repo: the platform enforces in production, on every request - and the same discipline is available to your agent as an MCP server that checks and scans the text you pass it, offline, with an article citation on every finding. Classifiers (eu-ai-act-) score the system; ComplyEdge denies this prompt or output. Article 50 here…

Is ComplyEdge TrustLint - offline EU AI Act compliance checks still maintained?

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

How do I install ComplyEdge TrustLint - offline EU AI Act compliance checks?

Run `npx -y @complyedge/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does ComplyEdge TrustLint - offline EU AI Act compliance checks 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 ComplyEdge TrustLint - offline EU AI Act compliance checks