mcp-toolbox-sdk-js

Javascript SDK for interacting with the MCP Toolbox for Databases.

GitHub Stars

43

User Rating

Not Rated

Favorites

0

Views

30

Forks

8

Issues

5

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

To get started using Toolbox tools with an application, follow these general steps:
1Set up and Run the Toolbox Service:
Before using the SDKs, you need the main MCP Toolbox service running. Follow the instructions here: [Toolbox Getting Started Guide](https://github.com/googleapis/genai-toolbox?tab=readme-ov-file#getting-started)
2Install the Appropriate SDK:
Choose the package based on your needs (see "[Which Package Should I Use?](#which-package-should-i-use)" above) and install it:
bash
    # For the core, framework-agnostic SDK
    npm install @toolbox-sdk/core
    
3Use the SDK:
Consult the README for your chosen package (linked in the "[Available Packages](#available-packages)" section above) for detailed instructions on how to connect the client, load tool definitions, invoke tools, configure authentication/binding, and integrate them into your application or framework.