Agent Guardrail MCP Server for VS Code
io.github.jarvisonm4/agent-guardrail
Action-level governance for AI agents -- control what they DO, not what they SAY
client:VS Code
transport:stdio
runtime:pypi
Install Agent Guardrail MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"agent-guardrail": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-guardrail"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs