Skip to content
VS Code

aiglare for VS Code

io.github.nugehs/aiglare

Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.

client:VS Code transport:stdio runtime:npm

Install aiglare in VS Code

.vscode/mcp.json

{
  "servers": {
    "aiglare": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare"
      ]
    }
  }
}

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

aiglare in other clients