agent guards for VS Code
io.github.mlawsonking/agent-guards
All six agent guard suites in one local MCP server, with optional cloud intelligence.
client:VS Code
transport:stdio
runtime:npm
Install agent guards in VS Code
.vscode/mcp.json
{
"servers": {
"agent-guards": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-guards"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs