Skip to content
VS Code

ComplyEdge TrustLint — offline EU AI Act compliance checks for VS Code

io.github.complyedge/complyedge

Offline TrustLint checks: EU AI Act Article 5, Article 50, GPAI, plus GDPR and HIPAA.

client:VS Code transport:stdio runtime:pypi

Install ComplyEdge TrustLint — offline EU AI Act compliance checks in VS Code

.vscode/mcp.json

{
  "servers": {
    "complyedge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "complyedge"
      ]
    }
  }
}

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

ComplyEdge TrustLint — offline EU AI Act compliance checks in other clients