agent-bom for VS Code
io.github.msaad00/agent-bom
Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.
client:VS Code
transport:stdio
runtime:pypi
Install agent-bom in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "nvd-api-key",
"description": "NVD_API_KEY",
"password": true
}
],
"servers": {
"agent-bom": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-bom"
],
"env": {
"NVD_API_KEY": "${input:nvd-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs