Skip to content
Zed

fabrx for Zed

io.github.cc1988cc/fabrx

MCP server for Fabrx - Build APIs from documents in your IDE

client:Zed transport:stdio runtime:npm

Install fabrx in Zed

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

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

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

fabrx in other clients