BackendGen runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 24 Jul 2026.
Validate compact backend specs and generate tested NestJS, Prisma, and PostgreSQL repositories.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(input.command, input.args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add backendgen -- npx -y @2hemi/backendgen-mcp
{
"mcpServers": {
"backendgen": {
"args": [
"-y",
"@2hemi/backendgen-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.backendgen]
command = "npx"
args = ["-y", "@2hemi/backendgen-mcp"]
{
"mcpServers": {
"backendgen": {
"args": [
"-y",
"@2hemi/backendgen-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"backendgen": {
"args": [
"-y",
"@2hemi/backendgen-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
BACKENDGEN_ALLOWED_ROOTS (Optional list of filesystem roots BackendGen may read and write, separated by ';' (or ':' between POSIX absolute paths).).
The author declared them in the registry entry; get the values from the project itself.
Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent
Ybe Check – security and compliance orchestrator for AI-generated repositories.
Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.
Validates AI-generated Python: syntax, lint, security scan and deterministic repair.
React dashboard components — API lookup, code generation, and prop validation for AI tools.
Generate daily standup notes from git commits across multiple repositories with AI summaries.
Validate OpenRTB bid requests and responses against IAB specs. ARTF, Rust core.
MCP server proxy for SQLBot Text-to-SQL queries and report generation.
Answers built from our own checks of this server.