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
{
"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