impact preview for Grok
io.github.agent-polis/impact-preview
Impact preview for AI agents - see what changes before any action executes.
client:Grok
transport:stdio
runtime:pypi
Install impact preview in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"impact-preview": {
"type": "stdio",
"command": "uvx",
"args": [
"impact-preview"
]
}
}
}
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