Bomly for Cursor
io.github.bomly-dev/bomly-cli
Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit
client:Cursor
transport:stdio
runtime:npm
Install Bomly in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bomly-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bomly-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs