Skip to main content
Glama
521,045 tools. Updated 2026-09-06 09:34

"Mongoose" matching MCP tools:

  • Provision a fresh MongoDB database and get a scoped mongodb:// connection URL, backed by a per-database user.
    MIT
  • Record architectural decisions as machine-checkable constraints and flag diffs that violate them. Prevents re-litigating settled choices by failing diffs that add forbidden patterns.
    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
  • 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

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables Claude to interact with MongoDB databases through natural language, supporting queries, aggregations, CRUD operations, and index management with optional Mongoose schema validation.
    43
    3
    MIT
  • Creates ORM-aware seed files with realistic faker data for development and testing. Specify resource and count to automate database population.
    MIT
  • Create a NestJS service with repository pattern and transaction support, choosing from TypeORM, Prisma, Mongoose, or Drizzle databases.
    MIT
  • Generate resolver functions for GraphQL types and fields. Select the operations and datasource (Prisma, TypeORM, Mongoose, Knex, or custom) to scaffold the code.
    MIT