agent guardrail for VS Code
io.github.rudimentall1/agent-guardrail
Deterministic policy firewall for AI agent tool calls - YAML rules, not a fuzzy risk score.
client:VS Code
transport:stdio
runtime:pypi
Install agent guardrail in VS Code
.vscode/mcp.json
{
"servers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"guardrail-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs