Run pending database migrations with drizzle-kit, applying schema updates to your database.
456,947 tools. Updated 2026-08-14 07:04
"Drizzle" matching MCP tools:
- Open Drizzle Studio to browse and manage the database through a web interface.
- Synchronize your database schema by running Drizzle migrations.
- Generate a new database migration file using drizzle-kit by specifying a migration name and optional config path, supporting schema versioning for SQLite and PostgreSQL.
- Introspect database schema using drizzle-kit to generate Drizzle ORM definitions for SQLite and PostgreSQL. Reads existing tables and outputs schema files.
- Retrieve all financial goals to track savings progress. Use HTTP MCP or web UI for complete goal details with decrypted names and progress metrics.AGPL 3.0
Matching MCP Servers
- FlicenseBqualityFmaintenanceProvides database schema management, query execution, and schema introspection through Drizzle ORM and drizzle-kit CLI tools, supporting SQLite and PostgreSQL.515
- AlicenseAqualityBmaintenanceBackGen's MCP server lets AI assistants scaffold production-ready Express.js + TypeScript backend projects with your choice of ORM (Prisma, Drizzle, Mongoose), install auth/payment/storage plugins, generate CRUD resources, and run health checks — all through natural language conversation.101344MIT
- Generate a production-ready backend scaffold with Express or Next.js, including configurable auth, database, API docs, caching, and more.MIT
- Interpret WMO weather codes (0-99) into human-readable descriptions with severity and icon.Apache 2.0
- Compare up to three libraries side-by-side by fetching live documentation and presenting content relevant to your chosen criteria, aiding library selection decisions.Elastic 2.0
- 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
- Retrieve detailed weather forecasts including current conditions, hourly, and daily data for any location. Specify latitude, longitude, and optional parameters to customize units, timezone, and forecast days.Apache 2.0
- Generate Drizzle ORM TypeScript schema from a PostgreSQL schema, producing schema.ts code with tables, columns, constraints, indexes, defaults, and enums.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
- Search the npm registry for packages matching a query. Returns package details including name, version, description, keywords, and scores.MIT
- Audit database migration files to catch destructive operations, missing rollback migrations, and schema drift.MIT
- Creates ORM-aware seed files with realistic faker data for development and testing. Specify resource and count to automate database population.MIT
- Turn any database schema into a Mermaid ER diagram. Accepts SQL DDL, Prisma, Drizzle, TypeORM, or SQLAlchemy schemas.MIT
- Inspect a database or ORM schema to understand its structure. Supports SQLite, PostgreSQL, MySQL, Prisma, and Drizzle with local caching.MIT