Skip to content
Cursor

LineBreak Gate & Spec Bridge for Cursor

com.linebreakapp/linebreak-gate

Approved acceptance criteria served over MCP to Claude Code, Cursor, or Codex. Git-only, sealed.

client:Cursor transport:stdio runtime:pypi

Install LineBreak Gate & Spec Bridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "linebreak-gate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "linebreak-gate"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

LineBreak Gate & Spec Bridge in other clients