Skip to content
VS Code

Agent Release Auditor for VS Code

io.github.veyndrasystems/agent-release-auditor

Deterministic release gate for AI-written code and coding agents.

client:VS Code transport:stdio runtime:npm

Install Agent Release Auditor in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-release-auditor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-release-auditor"
      ]
    }
  }
}

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

Agent Release Auditor in other clients