Files
genai-toolbox/docs/TOOLBOX_README.md
Anubhav Dhawan 05799475b4 docs: update antigravity docs installation instructions and prerequisites (#2088)
This PR updates the documentation across the repository to reflect the
new installation workflow using `npx` and Node.js, replacing the
previous binary download instructions. It also standardizes the
prerequisites and adds helpful configuration notes for Windows users.

These changes simplify the setup process for users by leveraging `npx`
for executing the tools, ensuring they always use the latest version
without manual binary management. It also addresses feedback from PR
#2079 regarding installation clarity and Windows support.

---------

Co-authored-by: Twisha Bansal <twishabansal07@gmail.com>
2025-12-02 12:25:31 -08:00

1.6 KiB

MCP Toolbox for Databases Server

The MCP Toolbox for Databases Server gives AI-powered development tools the ability to work with your custom tools. It is designed to simplify and secure the development of tools for interacting with databases.

Prerequisites

Install & Configuration

  1. In the Antigravity MCP Store, click the "Install" button.

  2. Create your tools.yaml configuration file.

  3. Click "View raw config" and update the tools.yaml path with the full absolute path to your file.

Note

If you encounter issues with Windows Defender blocking the execution, you may need to configure an allowlist. See Configure exclusions for Microsoft Defender Antivirus for more details.

Usage

Interact with your custom tools using natural language.

Custom MCP Server Configuration

{
  "mcpServers": {
    "mcp-toolbox": {
      "command": "npx",
      "args": ["-y", "@toolbox-sdk/server", "--tools-file", "your-tool-file.yaml"],
      "env": {
        "ENV_VAR_NAME": "ENV_VAR_VALUE",
      }
    }
  }
}

Documentation

For more information, visit the MCP Toolbox for Databases documentation.