Skip to content
VS Code

air blackbox for VS Code

io.github.shotwellj/air-blackbox

EU AI Act compliance scanner for Python AI agents — scan, analyze, and remediate

client:VS Code transport:stdio runtime:pypi

Install air blackbox in VS Code

.vscode/mcp.json

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

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

air blackbox in other clients