blast scope for Grok
io.github.atharva-jayappa/blast-scope
Contextual blast-radius scoring for shell commands an AI agent is about to run
client:Grok
transport:stdio
runtime:pypi
Install blast scope in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"blast-scope": {
"type": "stdio",
"command": "uvx",
"args": [
"blast-scope"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs