blast scope for Cursor
io.github.atharva-jayappa/blast-scope
Contextual blast-radius scoring for shell commands an AI agent is about to run
client:Cursor
transport:stdio
runtime:pypi
Install blast scope in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blast-scope": {
"type": "stdio",
"command": "uvx",
"args": [
"blast-scope"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs