Skip to content
VS Code

ActTrace for VS Code

io.github.goww7/acttrace

Classify AI systems under the EU AI Act and generate Article 50 transparency notices.

client:VS Code transport:stdio runtime:pypi

Install ActTrace in VS Code

.vscode/mcp.json

{
  "servers": {
    "acttrace": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "acttrace-mcp"
      ]
    }
  }
}

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

ActTrace in other clients