Are you the author? Sign in to claim
Javascript SDK for interacting with the MCP Toolbox for Databases.

This repository contains JavaScript SDKs for MCP Toolbox. These SDKs allow you to load and use tools defined in your MCP Toolbox server as standard JS functions or objects within your Agentic applications.
For comprehensive guides, tutorials, and advanced configuration, visit the Main Documentation Site.
This repository hosts the following TS packages. Visit the Main Documentation Site for detailed installation and usage instructions:
| Package | Target Use Case | Path | Documentation |
|---|---|---|---|
@toolbox-sdk/core | Framework-agnostic / Custom apps | packages/toolbox-core/ | JS Core Guide |
@toolbox-sdk/adk | ADK applications | packages/toolbox-adk/ | JS ADK Guide |
# For the core, framework-agnostic SDK
npm install @toolbox-sdk/core
# For the ADK SDK
npm install @toolbox-sdk/adk
Contributions are welcome! Please refer to the
CONTRIBUTING.md
to get started.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.
If you encounter issues or have questions, please check the existing GitHub Issues for the main Toolbox project. If your issue is specific to one of the SDKs, please look for existing issues here or open a new issue in this repository.
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official MongoDB integration — query collections, run aggregations, inspect schemas
Secure MCP server for MySQL database interaction, queries, and schema management
Run Claude Code as an MCP server so any agent can delegate coding tasks to it