Skip to content
VS Code

HOL Guard for VS Code

io.github.hashgraph-online/hol-guard

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

client:VS Code transport:stdio runtime:pypi

Install HOL Guard in VS Code

.vscode/mcp.json

{
  "servers": {
    "hol-guard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "hol-guard"
      ]
    }
  }
}

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

HOL Guard in other clients