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.
A sandbox server for testing and debugging MCP tools and interactions.
Verify MCP server responses by returning a unique canary identity string.
Run PostgreSQL queries, inspect metadata, and diagnose performance via natural language.
Run commands, manage long jobs, and transfer files in AI sandboxes.
Give AI agents authenticated sandbox access and a restricted path for safe production deploys.
Safely explore PostgreSQL schemas and run controlled read or write queries.