.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/googleapis/mcp-toolbox
home/mcp-servers/googleapis/mcp-toolbox
googleapis avatar

mcp-toolbox

bygoogleapis· 1 MCP server

Stars

16k

Forks

1.7k

Category

Databases

View on GitHub

TL;DR

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.

How to install mcp-toolbox?

googleapis/mcp-toolbox
$git clone https://github.com/googleapis/mcp-toolbox

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install mcp-toolbox by running `git clone https://github.com/googleapis/mcp-toolbox`, then use it for the current task and follow its documentation at https://github.com/googleapis/mcp-toolbox.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3![logo](./logo.png)
4 
5# MCP Toolbox for Databases
6 
7<a href="https://trendshift.io/repositories/25495" target="_blank"><img src="https://trendshift.io/api/badge/repositories/25495" alt="googleapis%2Fmcp-toolbox | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
8 
9[![Go Report Card](https://goreportcard.com/badge/github.com/googleapis/mcp-toolbox)](https://goreportcard.com/report/github.com/googleapis/mcp-toolbox)
10[![License: Apache
112.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
12[![Docs](https://img.shields.io/badge/Docs-MCP_Toolbox-blue)](https://mcp-toolbox.dev/)
13[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=flat&logo=discord&logoColor=white)](https://discord.gg/Dmm69peqjh)
14[![Medium](https://img.shields.io/badge/Medium-12100E?style=flat&logo=medium&logoColor=white)](https://medium.com/@mcp_toolbox)
15 
16[![Python SDK](https://img.shields.io/pypi/v/toolbox-core?logo=python&logoColor=white&label=Python%20SDK)](https://pypi.org/project/toolbox-core/)
17[![JS/TS SDK](https://img.shields.io/npm/v/@toolbox-sdk/core?logo=javascript&logoColor=white&label=JS%20SDK)](https://www.npmjs.com/package/@toolbox-sdk/core)
18[![Go SDK](https://img.shields.io/github/v/release/googleapis/mcp-toolbox-sdk-go?logo=go&logoColor=white&label=Go%20SDK)](https://pkg.go.dev/github.com/googleapis/mcp-toolbox-sdk-go)
19[![Java SDK](https://img.shields.io/maven-central/v/com.google.cloud.mcp/mcp-toolbox-sdk-java?logo=apache-maven&logoColor=white&label=Java%20SDK)](https://mvnrepository.com/artifact/com.google.cloud.mcp/mcp-toolbox-sdk-java)
20</div>
21 
22MCP 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.
23 
24<p align="center">
25<img src="docs/en/documentation/introduction/architecture.png" alt="architecture" width="50%"/>
26</p>
27 
28It serves a **dual purpose**:
291. **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.
302. **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.
31 
32 
33This README provides a brief overview. For comprehensive details, see the [full documentation](https://mcp-toolbox.dev/).
34 
35> [!IMPORTANT]
36> **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:
37> `git remote set-url origin https://github.com/googleapis/mcp-toolbox.git`
38 
39> [!NOTE]
40> 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.
41 
42<!-- TOC ignore:true -->
43## Table of Contents
44 
45- [Why MCP Toolbox?](#why-mcp-toolbox)
46- [Quick Start: Prebuilt Tools](#quick-start-prebuilt-tools)
47- [Quick Start: Custom Tools](#quick-start-custom-tools)
48- [Install & Run the Toolbox server](#install--run-the-toolbox-server)
49- [Connect to Toolbox](#connect-to-toolbox)
50 - [MCP Client](#mcp-client)
51 - [Toolbox SDKs: Integrate with your Application](#toolbox-sdks-integrate-with-your-application)
52- [Additional Features](#additional-features)
53- [Versioning](#versioning)
54- [Contributing](#contributing)
55- [Community](#community)
56 
57---
58 
59## Why MCP Toolbox?
60 
61- **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.
62- **Custom Tools Framework:** Build production-ready tools with your own predefined logic, ensuring safety through Restricted

Preview

googleapis/mcp-toolboxgoogleapis/mcp-toolbox

![logo](./logo.png)

# MCP Toolbox for Databases

Repogoogleapis/mcp-toolbox
TypeMCP Servers
CategoryDatabases
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

MCPagentagents

Related

6 picks
Type
  1. rafaelcartenet avatarmcp-databricks-serverModel Context Protocol (MCP) server for Databricks that empowers AI agents to autonomously interact with Unity Catalog metadata. Enables data discovery, lineage analysis, and intelligent SQL execution.MCP ServersMar 20262.4M40
  2. qdrant avatarmcp-server-qdrantAn official Qdrant Model Context Protocol (MCP) server implementationMCP ServersJul 20262.2M1.5k
  3. supabase avatarSupabase MCPQuery databases, manage projects and deploy edge functionsMCP Serverstoday387k2.8k
  4. mongodb-js avatarmongodb-mcp-serverMongoDB Model Context Protocol ServerMCP ServersJul 2026316k1.1k
  5. ahmedmustahid avatarpostgres-mcp-serverMCP server for interacting with PostgreSQL databasesMCP ServersJul 2025279k31
  6. benborla avatarmcp-server-mysqlMCP server for interacting with MySQL databases with write operations supportMCP ServersJul 202659k2.0k