Toolbox
MCP Toolbox for Databases is an open source MCP server for databases.
MCP Toolbox for Databases is an open source MCP server for databases.
{
"mcpServers": {
"toolbox-postgres": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server",
"--prebuilt=postgres",
"--stdio"
]
}
}
}
 # MCP Toolbox for Databases [](https://goreportcard.com/report/github.com/googleapis/mcp-toolbox) [](https://opensource.org/licenses/Apache-2.0) [](https://mcp-toolbox.dev/) [](https://discord.gg/Dmm69peqjh) [](https://medium.com/@mcp_toolbox) [](https://pypi.org/project/toolbox-core/) [](https://www.npmjs.com/package/@toolbox-sdk/core) [](https://pkg.go.dev/github.com/googleapis/mcp-toolbox-sdk-go) [](https://mvnrepository.com/artifact/com.google.cloud.mcp/mcp-toolbox-sdk-java) MCP Toolbox for Databases is an open source Model Context Protocol (MCP) server that connects your AI agents, IDEs, and applications directly to your enterprise databases. It serves a **dual purpose**: 1. **Ready-to-use MCP Server (Build-Time):** Instantly connect Gemini CLI, Google Antigravity, Claude Code, Codex, or other MCP clients to your databases using our *prebuilt generic tools*. Talk to your data, explore schemas, and generate code without writing boilerplate. 2. **Custom Tools Framework (Run-Time):** A robust framework to build specialized, highly secure AI tools for your production agents. Define structured queries, semantic search, and NL2SQL capabilities safely and easily. This README provides a brief overview. For comprehensive details, see the [full documentation](https://mcp-toolbox.dev/). > [!IMPORTANT] > **Repository Name Update:** The `genai-toolbox` repository has been officially renamed to `mcp-toolbox`. To ensure your local environment reflects the new name, you may update your remote: > `git remote set-url origin https://github.com/googleapis/mcp-toolbox.git` > [!NOTE] > This solution was originally named “Gen AI Toolbox for Databases” (github.com/googleapis/genai-toolbox) as its initial development predated MCP, but was renamed to align with the MCP compatibility. ## Table of Contents - [Why MCP Toolbox?](#why-mcp-toolbox) - [Quick Start: Prebuilt Tools](#quick-start-prebuilt-tools) - [Quick Start: Custom Tools](#quick-start-custom-tools) - [Install & Run the Toolbox server](#install--run-the-toolbox-server) - [Connect to Toolbox](#connect-to-toolbox) - [MCP Client](#mcp-client) - [Toolbox SDKs: Integrate with your Application](#toolbox-sdks-integrate-with-your-application) - [Additional Features](#additional-features) - [Versioning](#versioning) - [Contributing](#contributing) - [Community](#community) --- ## Why MCP Toolbox? - **Out-of-the-Box Database Access:** Prebuilt generic tools for instant data exploration (e.g., `list_tables`, `execute_sql`) directly from your IDE or CLI. - **Custom Tools Framework:** B...
A collection of MCP servers.
Playwright MCP server
GitHub's official MCP Server
🚀 The fast, Pythonic way to build MCP servers and clients.
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI W...
An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI sup...