BackBond Agent Scan for VS Code
io.github.backbond/agent-scan
Vet MCP tool manifests before attachment; returns block, review, or no blocking finding.
client:VS Code
transport:stdio
runtime:npm
Install BackBond Agent Scan in VS Code
.vscode/mcp.json
{
"servers": {
"agent-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@backbond/agent-scan"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs