backgen for Cursor
io.github.ibrahimkhaled19/backgen
Generate Express.js backend projects with ORMs, auth, payments, and DevOps
client:Cursor
transport:stdio
runtime:npm
Install backgen in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"backgen": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ibrahimkhaled19/backgen"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs