Manage schemas, run queries, and inspect SQLite and PostgreSQL databases with Drizzle.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Drizzle MCP Server" yet — see the docs or source repo.
Connect to my PostgreSQL database, list all tables, columns, primary keys, and foreign keys, then summarize the relationships between tables.
A clear schema inventory plus a written summary of table relationships.
Query my SQLite database for daily signup counts over the last 30 days and return results sorted by date ascending; if column names are unclear, inspect the schema before generating SQL.
Executable SQL, query results, and field-mapping notes if needed.
I want to add a last_login_at column to the users table and create a unique index on email. Based on the current Drizzle schema, generate a migration plan and explain possible impacts.
Schema change recommendations, migration steps, and impact notes on existing data and constraints.
Query and manage multiple databases with read-only access and schema inspection.
Manage database schemas with natural language, from requirements to full database design.
Connect to PostgreSQL via MCP for queries, schema inspection, and database changes.
Safely explore PostgreSQL schemas and run controlled read or write queries.
Query PostgreSQL, inspect tables, and explore schemas through MCP clients.
Get database migration best practices for safe schema changes and zero-downtime releases.