Provision and manage PostgreSQL databases, run SQL, and track schema migrations.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "lobsterdb" yet — see the docs or source repo.
Create a PostgreSQL test database for my new project and return the connection details and initial setup status.
Returns the created database details, connection method, and confirmation of successful initialization.
Run this SQL in the current PostgreSQL database: SELECT date_trunc('day', created_at) AS day, COUNT(*) AS users FROM users GROUP BY 1 ORDER BY 1 DESC LIMIT 7;Returns a result table showing user counts for the last 7 days.
Add a last_login_at column to the users table, generate and apply a tracked database migration, and explain the change.
Returns the migration script or execution result and confirms the schema update.
Query and explore PostgreSQL databases with SQL, tables, and schema inspection.
Safely query, modify, and manage PostgreSQL databases with transaction and schema tools.
Securely connect AI to PostgreSQL for read-only queries, schema discovery, and performance analysis.
Let AI query, inspect, and modify a local PostgreSQL database with SQL.
Manage, inspect, migrate, monitor, and repair SQLite, D1, and Turso databases.
Query PostgreSQL databases safely in natural language with read-only access.