A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Go SDK for interacting with the MCP Toolbox for Databases.

[!IMPORTANT] Breaking Change Notice: As of version
0.6.0, this repository has transitioned to a multi-module structure.
- For new versions (
v0.6.0+): You must import specific modules (e.g.,go get github.com/googleapis/mcp-toolbox-sdk-go/core).- For older versions (
v0.5.1and below): The repository remains a single-module library (go get github.com/googleapis/mcp-toolbox-sdk-go).- Please update your imports and
go.modaccordingly when upgrading.
This repository contains the Go SDKs for MCP Toolbox. These SDKs allow you to load and use tools defined in your MCP Toolbox server as standard Go structs within your Agentic applications.
For comprehensive guides and advanced configuration, visit the Main Documentation Site.
The MCP Toolbox service provides a centralized way to manage and expose tools (like API connectors, database query tools, etc.) for use by GenAI applications.
The Go SDK act as clients for that service. They handle the communication needed to:
By using the SDK, you can easily leverage your MCP Toolbox-managed tools directly within your Go applications or AI orchestration frameworks.
This repository hosts the following Go packages. See the package-specific README for detailed installation and usage instructions:
| Package | Target Use Case | Path | Documentation |
|---|---|---|---|
core | Framework-agnostic / Custom apps | core/ | Go SDK Core Guide |
tbadk | ADK Go Integration | tbadk/ | ADK Package Guide |
tbgenkit | Genkit Go Integration | tbgenkit/ | Genkit Package Guide |
# For the core, framework-agnostic SDK
go get github.com/googleapis/mcp-toolbox-sdk-go/core
# For ADK Go
go get github.com/googleapis/mcp-toolbox-sdk-go/tbadk
# For Genkit Go
go get github.com/googleapis/mcp-toolbox-sdk-go/tbgenkit
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.
MCP server integration for DaVinci Resolve Studio
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnos
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots