agent-bom for Cursor
io.github.msaad00/agent-bom
Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.
client:Cursor
transport:stdio
runtime:pypi
Install agent-bom in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-bom": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-bom"
],
"env": {
"NVD_API_KEY": "<NVD_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs