agentguard for VS Code
io.github.mukundakatta/agentguard
Network-egress firewall for agent tools: check URLs against a declarative policy.
client:VS Code
transport:stdio
runtime:npm
Install agentguard in VS Code
.vscode/mcp.json
{
"servers": {
"agentguard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentguard-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs