BackBond Agent Scan for Cursor
io.github.backbond/agent-scan
Vet MCP tool manifests before attachment; returns block, review, or no blocking finding.
client:Cursor
transport:stdio
runtime:npm
Install BackBond Agent Scan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-scan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@backbond/agent-scan"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs