Skip to main content
Glama
307,018 tools. Last updated 2026-07-28 02:41

"Mongoose" matching MCP tools:

  • Enforce architectural decisions by recording constraints with forbidden patterns and automatically checking code changes for violations.
    MIT
  • Run 6-category diagnostics on a BackGen project to verify Node.js, npm, .env, database, dependencies, and manifest. Returns a structured report to confirm project validity.
    MIT
  • Detect performance and design antipatterns in code: N+1 queries, missing indexes, god classes, and more. Returns categorized findings with severity and suggestions.
    MIT
  • Scaffold a production-ready Express.js + TypeScript backend project with your choice of ORM, Zod validation, Swagger docs, Docker, ESLint, Vitest, and more.
    MIT
  • Generate a full CRUD module including controller, service, repository, Zod schemas, routes, OpenAPI docs, and tests for a resource defined by name and fields.
    MIT
  • Runs six health checks on a BackGen project covering runtime, config, database, dependencies, file integrity, and ownership. Returns a pass/fail report and can auto-fix issues with --fix.
    MIT

Matching MCP Servers

  • Creates ORM-aware seed files with realistic faker data for development and testing. Specify resource and count to automate database population.
    MIT