Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🗄️ Databases
  3. Genai Toolbox
Genai Toolbox logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:17:46 PM

Genai Toolbox

User RatingsBe the first to rate and review this MCP server!
View Repository16.3k GitHub StarsTotal stargazers on GitHub for the source repository (16,349 stars).Visit Website
databasesmcpsqlgoogle-cloud

Connects MCP-compatible agents and IDEs to databases through prebuilt or custom tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "googleapis-genai-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "@toolbox-sdk/server"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🗄️ More in Databases

Overview

The googleapis/genai-toolbox MCP server connects MCP clients, IDEs, and applications directly to supported enterprise databases. It provides prebuilt tools for tasks such as listing tables and executing SQL, while also supporting custom tools defined in a YAML configuration. Use it when an agent needs database access, schema discovery, structured queries, semantic search, or NL2SQL workflows. The server supports local execution through npm, Docker, or binaries, and includes connection pooling, IAM authentication, and OpenTelemetry support.

Use cases

•Query PostgreSQL data from an MCP client
•Explore database schemas with prebuilt tools
•Define restricted application-specific SQL tools
•Group tools for different agents with toolsets

Key features

•Prebuilt database tools
•Custom YAML-defined tools
•Multi-database source support
•Toolset-based capability selection
•IAM authentication and connection pooling
•OpenTelemetry metrics and tracing

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Genai Toolbox.

Extracted Tool Capabilities
Prebuilt database tools
Custom YAML-defined tools
Multi-database source support
Toolset-based capability selection
IAM authentication and connection pooling
OpenTelemetry metrics and tracing

How Genai Toolbox works

What googleapis/genai-toolbox MCP server does

The googleapis/genai-toolbox MCP server exposes database operations to MCP-compatible clients and applications. It can provide generic tools for exploring data and schemas, or act as a framework for defining narrower production tools around an organization’s own data sources.

The prebuilt mode supplies standard database capabilities without requiring each client integration to implement database-specific logic. Examples include list_tables and execute_sql. A database-specific toolset can be selected, such as the PostgreSQL data toolset, rather than loading every available tool.

The custom configuration mode is intended for controlled workflows. Developers can define sources, tools, toolsets, and prompts in tools.yaml. A tool can reference a configured source, declare typed parameters, and execute a predefined statement. This supports use cases such as name-based record searches, structured queries, and other application-specific database actions.

How it works

An MCP client starts the server and communicates with it using the configured transport. The server then connects to one or more database sources and exposes either prebuilt tools or the resources declared in the YAML configuration.

For prebuilt access, the startup command includes a database selection such as --prebuilt=postgres. The optional /toolset suffix narrows the loaded capabilities. For custom deployments, --config tools.yaml points the server to the configuration file containing source and tool definitions.

Supported sources include Google Cloud databases and services such as AlloyDB, BigQuery, Cloud SQL, Spanner, Firestore, and Knowledge Catalog. Other listed integrations include PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, MongoDB, Redis, Elasticsearch, CockroachDB, ClickHouse, Couchbase, Neo4j, Snowflake, and Trino.

Setup and configuration

The googleapis/genai-toolbox MCP server can be configured in an MCP client’s server configuration, commonly a file such as mcp.json or claude_desktop_config.json. A local npm setup uses the project’s server package and passes a prebuilt database type:

config.json
{
  "mcpServers": {
    "toolbox-postgres": {
      "command": "npx",
      "args": ["-y", "@toolbox-sdk/server", "--prebuilt=postgres", "--stdio"]
    }
  }
}

Database connection settings are supplied through the variables required by the selected prebuilt configuration. For custom tools, create a tools.yaml file with source, tool, toolset, and, where needed, prompt resources. The source definition identifies connection details such as database type, host, port, database name, user, and password.

The repository also documents Docker and binary-based execution methods. The project has been renamed from genai-toolbox to mcp-toolbox, although the supplied repository URL reflects the former name.

Tools and capabilities

The googleapis/genai-toolbox MCP server supports:

  • Prebuilt generic tools for database exploration and SQL execution.
  • Database-specific prebuilt toolsets.
  • Custom tools with declared parameters and predefined statements.
  • Toolsets that group capabilities for different agents or applications.
  • Prompt resources defined in the same configuration model.
  • Connection pooling and integrated IAM authentication.
  • Metrics and tracing through OpenTelemetry.
  • SDK-based integration for Python, JavaScript/TypeScript, Go, and Java applications.

Limitations and notes

The server requires database-specific connection configuration; the excerpt does not provide the exact environment variable names for each source. Available tools and settings vary by database integration and selected toolset. Although the project is open source, access to a connected database still depends on that database’s credentials and authorization. The README names Gemini CLI, Google Antigravity, Claude Code, Codex, and other MCP clients, while the example specifically shows Claude Desktop configuration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Databases View all alternatives
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    🗄️ Databases3 views
    Compare vs MCP Server Mysql →
  • Legion MCP logoLegion MCP

    Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

    🗄️ Databases5 views
    Compare vs Legion MCP →
  • MCP Clickhouse logoMCP Clickhouse

    ClickHouse database integration with schema inspection and query capabilities

    🗄️ Databases3 views
    Compare vs MCP Clickhouse →
  • MCP Server Sqlalchemy logoMCP Server Sqlalchemy

    An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)

    🗄️ Databases3 views
    Compare vs MCP Server Sqlalchemy →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
16k
Stargazers on the source repository.
npm downloads
162k
Package downloads in the last 30 days.
Last commit
3d ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Genai Toolbox

Configure an MCP client to run `npx -y @toolbox-sdk/server --prebuilt=postgres --stdio`, then provide the connection settings required for the selected database.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGenai Toolbox AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/googleapis-genai-toolbox?style=directory)](https://allmcps.com/mcp/googleapis-genai-toolbox)
HTML Embed
<a href="https://allmcps.com/mcp/googleapis-genai-toolbox"><img src="https://allmcps.com/api/badge/googleapis-genai-toolbox?style=directory" alt="Genai Toolbox on AllMCPs" /></a>

Technical Specs & Signals

Category🗄️Databases
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseApache-2.0
ClientsClaude Desktop
Last updatedSep 9, 2026
10/10 checks healthy over the last 32d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars16,349
GitHub Star CountTotal stargazers on GitHub representing community popularity (16,349 stars).
Last commit3d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
npm downloads162,644/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good · 56/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity14/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev · @toolbox-sdk/server (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🗄️ Databases →Best MCP servers for Databases →Alternatives to Genai Toolbox →Install in Claude DesktopInstall in CursorInstall in VS Code