Create controlled disposable Postgres sandboxes with scoped access and automatic cleanup.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "PGSandbox MCP" yet — see the docs or source repo.
Create a Postgres sandbox for my feature testing that expires in 2 hours, and return the database name, username, password, host, and port for connection.
Returns a scoped temporary database credential set with its expiration time.
Run this SQL in the newly created sandbox database: create a users table, insert 10 test rows, then query the 5 most recently registered users.
Creates the table, inserts data, and returns query results or an execution summary.
Check all current sandbox instances, remove expired databases and roles, and summarize which resources were deleted.
Outputs cleanup results for expired sandboxes, including deleted databases, roles, and remaining instances.
Run commands, manage long jobs, and transfer files in AI sandboxes.
Safely explore PostgreSQL schemas and run controlled read or write queries.
Safely inspect and query PostgreSQL databases using natural language.
Securely query and manage PostgreSQL databases for operations and automation.
Safely let AI query and analyze Postgres data in read-only mode.
Safely query and inspect PostgreSQL databases without enabling risky write operations by default.