blast scope for VS Code
io.github.atharva-jayappa/blast-scope
Contextual blast-radius scoring for shell commands an AI agent is about to run
client:VS Code
transport:stdio
runtime:pypi
Install blast scope in VS Code
.vscode/mcp.json
{
"servers": {
"blast-scope": {
"type": "stdio",
"command": "uvx",
"args": [
"blast-scope"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs