googleapis/genai-toolbox
Open source MCP server specializing in easy, fast, and secure tools for Databases.
Ads
Overview
Open source MCP server specializing in easy, fast, and secure tools for Databases.
Installation
npx -y @toolbox-sdk/server --prebuilt=postgres --stdio
Configuration
{
"mcpServers": {
"toolbox-postgres": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server",
"--prebuilt=postgres",
"--stdio"
]
}
}
}Capabilities
- Instant database exploration
Use prebuilt tools like `list_tables` and `execute_sql` to query your data in plain English from any MCP client.
- Custom SQL tools
Define parameterized SQL statements in `tools.yaml` to expose safe, structured queries as MCP tools.
- Toolset grouping
Organize tools into named `toolsets` to load only the relevant set for each agent or application.
- Reusable prompts
Define `prompts` in `tools.yaml` for standardized LLM interactions like code review.
Tags
- database
- sql
- cloud-infrastructure
- google-cloud
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents