[MCP] Add PGSandbox MCP#716
Merged
wilsonccccc merged 1 commit intoJun 15, 2026
Merged
Conversation
wilsonccccc
approved these changes
Jun 15, 2026
wilsonccccc
left a comment
Contributor
There was a problem hiding this comment.
Verified as a fast-lane catalog entry: single docs entry, reachable project URL, no same-URL duplicate found, and category placement looks reasonable.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
LVTD-LLC/pgsandbox-mcptodocs/databases.md.PGSandbox MCP is a local stdio MCP server for disposable PostgreSQL sandboxes. It creates tracked database/role pairs, returns scoped sandbox credentials, supports bounded SQL execution and schema inspection, and cleans up expired resources with TTLs.
Submitted metadata
Install:
brew install LVTD-LLC/tap/pgsandbox-mcpor use the release installer from the project READMETransport: stdio
Auth: existing PostgreSQL admin connection URL configured locally
Clients: Codex, Cursor, VS Code, Claude Desktop
License: MIT
Tools:
create_database,delete_database,get_connection_string,run_sql,describe_schema,list_databases,cleanup_expiredDocs: https://github.com/LVTD-LLC/pgsandbox-mcp#readme
Validation
git diff --checknpm testLVTD-LLC/pgsandbox-mcp,pgsandbox-mcp, andPGSandboxentries to avoid duplicates