Skip to content
Claude Desktop

BackendGen for Claude Desktop

io.github.sitouhemi/backendgen

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

client:Claude Desktop transport:stdio runtime:npm

Install BackendGen in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

BackendGen in other clients