MCP Toolbox for Databases
Google's open-source MCP server and framework for connecting agents to enterprise databases.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Teams that want one governed way to expose many database types to agents, from exploration to production tools.
About MCP Toolbox for Databases
MCP Toolbox for Databases, formerly genai-toolbox, serves two roles: a ready-made MCP server with prebuilt tools that connects clients such as Gemini CLI, Claude Code and Codex to databases including Postgres, BigQuery, AlloyDB, Cloud SQL, Spanner and many others; and a framework for defining secure custom tools with structured queries, semantic search and NL2SQL for production agents.
MCP Toolbox for Databases is an open-source project written primarily in Go, with 16k stars on GitHub. It was last updated in September 2026.
Add MCP Toolbox for Databases to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-toolbox-for-databases -- npx -y @toolbox-sdk/server --prebuilt=postgres --stdioCursor
{
"mcpServers": {
"mcp-toolbox-for-databases": {
"command": "npx",
"args": ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]
}
}
}VS Code
{
"servers": {
"mcp-toolbox-for-databases": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-toolbox-for-databases": {
"command": "npx",
"args": ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]
}
}
}Codex
[mcp_servers.mcp-toolbox-for-databases]
command = "npx"
args = ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]MCP Toolbox for Databases vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| MCP Toolbox for Databasesthis listing | 16k | Go | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 MCP Toolbox for Databases alternatives, compared →
