Skip to content
VS Code

backgen for VS Code

io.github.ibrahimkhaled19/backgen

Generate Express.js backend projects with ORMs, auth, payments, and DevOps

client:VS Code transport:stdio runtime:npm

Install backgen in VS Code

.vscode/mcp.json

{
  "servers": {
    "backgen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ibrahimkhaled19/backgen"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

backgen in other clients