Skip to content
Zed

Fable Mode for Zed

io.github.rex-codebase/fable-mode

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

client:Zed transport:stdio runtime:pypi

Install Fable Mode in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "fable-mode": {
      "command": "uvx",
      "args": [
        "fable-engine"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Fable Mode in other clients