Connect to Toolbox

Learn how to connect your applications, AI agents, CLIs, and IDEs to MCP Toolbox.

Once your MCP Toolbox server is configured and running, the next step is putting those tools to work. Because MCP Toolbox is built on the Model Context Protocol (MCP), it acts as a universal control plane that can be consumed by a wide variety of clients.

Choose your connection method below based on your use case:

Client SDKs (Application Integration)

If you are building custom AI agents or orchestrating multi-step workflows in code, use our officially supported Client SDKs. These SDKs allow your application to fetch tool schemas and execute queries dynamically at runtime.

  • Python SDKs: Connect using our Core SDK, or leverage native integrations for LangChain, LlamaIndex, and the Agent Development Kit (ADK).
  • JavaScript / TypeScript SDKs: Build Node.js applications using our Core SDK or ADK integrations.
  • Go SDKs: Build highly concurrent agents with our Go Core SDK, or use our integrations for Genkit and ADK.

MCP Clients & CLIs

You do not need to build a full application to use the Toolbox. You can interact with your configured databases and execute tools directly from your terminal using MCP-compatible command-line clients.

  • MCP Client: Connect to an MCP client.

  • Gemini CLI: Explore how to use the Gemini CLI and its available datacloud extensions to manage and query your data using natural language commands right from your terminal.

IDE Integrations

By connecting the Toolbox directly to an MCP-compatible IDE, your AI coding assistant gains real-time access to your database schemas, allowing it to write perfectly tailored queries and application code.

  • IDEs: Guide for connecting your IDE to AlloyDB instances.

Available Connection Methods


Client SDKs

Integrate the MCP Toolbox directly into your custom applications and AI agents using our official SDKs for Python, JavaScript/TypeScript, and Go.

MCP Client

How to connect to Toolbox from a MCP Client.

Gemini CLI Extensions

Connect to Toolbox via Gemini CLI Extensions.

IDEs

List of guides detailing how to connect your AI tools (IDEs) to Toolbox using MCP.