Skip to content
Zed

Nofax for Zed

io.github.akzar1el/nofax

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

client:Zed transport:stdio runtime:npm

Install Nofax in Zed

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

{
  "context_servers": {
    "nofax": {
      "command": "npx",
      "args": [
        "-y",
        "nofax"
      ]
    }
  }
}

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

Nofax in other clients