🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@2hemi/backendgen-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@2hemi/backendgen-mcp

Local, token-conscious MCP server for the BackendGen backend compiler.

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

BackendGen MCP

BackendGen MCP gives AI coding agents concise tools for discovering backend features, validating a compact specification, previewing changes, generating a tested NestJS/Prisma/PostgreSQL repository, and running its tests.

Configure an MCP client to run:

{
  "command": "npx",
  "args": ["-y", "@2hemi/backendgen-mcp"],
  "env": {
    "BACKENDGEN_ALLOWED_ROOTS": "C:/path/to/projects"
  }
}

The server uses local stdio and requires no BackendGen account or network listener. Responses contain concise summaries, counts, and bounded path lists; they do not return generated source or environment-secret values. Filesystem operations are restricted to BACKENDGEN_ALLOWED_ROOTS.

BackendGen MCP is licensed under Apache-2.0.

Keywords

ai

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts