LineBreak Gate & Spec Bridge for Grok
com.linebreakapp/linebreak-gate
Approved acceptance criteria served over MCP to Claude Code, Cursor, or Codex. Git-only, sealed.
client:Grok
transport:stdio
runtime:pypi
Install LineBreak Gate & Spec Bridge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"linebreak-gate": {
"type": "stdio",
"command": "uvx",
"args": [
"linebreak-gate"
]
}
}
}
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