GenAI Toolbox for Databases is Google's official MCP server for connecting AI agents to databases. Supports PostgreSQL, MySQL, SQLite, Cloud Spanner, AlloyDB, and BigQuery with built-in safety guards, query validation, and connection pooling.
GenAI Toolbox is Google’s answer to “how do I let my AI agent safely query my database?” It’s an MCP server connecting agents to PostgreSQL, MySQL, SQLite, Spanner, AlloyDB, and BigQuery — with enterprise security including query validation, parameterized queries, and connection pooling.
sources:
my-postgres:
kind: postgres
host: localhost
port: 5432
database: myapp
tools:
search-users:
kind: postgres-sql
source: my-postgres
sql: "SELECT id, name FROM users WHERE name ILIKE $1"
User: "How many users signed up last month?"
Agent → GenAI Toolbox → SQL → Returns: {new_users: 1247}
Agent: "1,247 new users signed up last month."
AI agents that work well with GenAI Toolbox.
Open-source LLM observability — trace, evaluate, and debug your AI agent workflows in production.
AI-driven ETL pipelines that transform, clean, and load data with intelligent schema mapping and error handling.
Agent monitoring, cost tracking, and evaluation — observability built specifically for AI agents.