CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. MCP
  2. /
  3. MCP Toolbox for Databases

MCP Toolbox for Databases

googleapis/genai-toolbox
15.4k starsHTTPregistry active
Editor's note

This server gives your AI agent direct access to enterprise databases through the Model Context Protocol. It works two ways: drop in prebuilt tools for instant schema exploration and SQL execution across PostgreSQL, MySQL, BigQuery, AlloyDB, Spanner, MongoDB, Redis, and a dozen other databases, or define custom tools with structured queries and semantic search for production use. Built by Google's googleapis team, it handles connection pooling, IAM auth, and OpenTelemetry tracing out of the box. Available as a Docker container or via npx, it plugs into Claude Desktop, Gemini CLI, or your own agent framework with under 10 lines of code. Use it when you need agents to query data safely without writing database boilerplate.

Install

claude mcp add --transport stdio googleapis-genai-toolbox -- docker run -i --rm us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0
Packageus-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0
View on GitHub

Related Databases MCP Servers

View all →
Database Mcp

cocaxcode/database-mcp

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
1
DBHub

bytebase/dbhub

Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB
2.9k
Postgres

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.
52
Read Only Local Postgres Mcp Server

hovecapital/read-only-local-postgres-mcp-server

MCP server for read-only PostgreSQL database queries in Claude Desktop
2
Mcp Mysql

io.github.infoinlet-marketplace/mcp-mysql

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.
Database Admin

io.github.cybeleri/database-admin

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL