Data & APIs
Google MCP Toolbox
Google’s MCP Toolbox for Databases gives agents secure, prebuilt access to popular databases. Run via npx with a prebuilt profile (for example Postgres) or point it at your own tools.yaml for custom SQL tools.
Stars
16.0k
Installs
180.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 16.0k · catalog
- Freshness: Updated 2026-07-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"toolbox-postgres": {
"command": "npx",
"args": ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]
}
}
}