br8n for Grok
io.github.anthonysuherli/br8n
Capture dev context on interrupt; replay it as a 30-second resume card. Git stash for your head.
client:Grok
transport:stdio
runtime:pypi
Install br8n in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"br8n": {
"type": "stdio",
"command": "uvx",
"args": [
"br8n"
]
}
}
}
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