Skip to content
Cursor

Fable Mode for Cursor

io.github.rex-codebase/fable-mode

Mechanical write gates, evidence receipts, and adversarial review for AI coding agents.

client:Cursor transport:stdio runtime:pypi

Install Fable Mode in Cursor

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

{
  "mcpServers": {
    "fable-mode": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}

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

Fable Mode in other clients