Skip to content
Zed

BackendGen for Zed

io.github.sitouhemi/backendgen

Validate compact backend specs and generate tested NestJS, Prisma, and PostgreSQL repositories.

client:Zed transport:stdio runtime:npm

Install BackendGen in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "backendgen": {
      "command": "npx",
      "args": [
        "-y",
        "@2hemi/backendgen-mcp"
      ],
      "env": {
        "BACKENDGEN_ALLOWED_ROOTS": "<BACKENDGEN_ALLOWED_ROOTS>"
      }
    }
  }
}

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

BackendGen in other clients