Skip to content
VS Code

agent gate for VS Code

io.github.jott2121/agent-gate

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

client:VS Code transport:stdio runtime:pypi

Install agent gate in VS Code

.vscode/mcp.json

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

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

agent gate in other clients