# 使用 Homebrew, dnf, Nix, pacman, zypper, winget 安装 mcp-toolbox

查看 mcp-toolbox 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:mcp-toolbox
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mcp-toolbox
```

  证据: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install toolbox
```

  证据: Fedora Rawhide package metadata: toolbox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#toolbox
```

  证据: nixpkgs package indexes: pkgs/by-name/to/toolbox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S toolbox
```

  证据: Arch Linux sync databases: toolbox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install toolbox
```

  证据: openSUSE Tumbleweed package metadata: toolbox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Japplis.Toolbox -e
```

  证据: Windows Package Manager source index: Japplis.Toolbox from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:mcp-toolbox
- **软件包管理器:** Homebrew
- **版本:** 1.8.0
- **来源摘要:** MCP server for databases
- **主页:** <https://github.com/googleapis/mcp-toolbox>
- **仓库:** <https://github.com/googleapis/mcp-toolbox>
- **最后更新:** 2026-07-29T17:04:52+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- toolbox (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.8.0
## 项目历史与用法

MCP Toolbox for Databases is Google's open-source Model Context Protocol server for connecting AI agents, IDEs, and applications to databases. It occupies the database-access side of the MCP ecosystem: instead of each client inventing its own SQL bridge, Toolbox offers prebuilt database tools and a framework for defining safer custom tools.

### 项目历史

The project began publicly on GitHub in June 2024 under the Google APIs organization as Gen AI Toolbox for Databases. Its own README notes that the initial development predated MCP and that the repository was later renamed from `genai-toolbox` to `mcp-toolbox` to align with MCP compatibility.

By 2026 the project documentation had moved to the `mcp-toolbox.dev` documentation site, with dedicated sections for configuration, sources, tools, toolsets, prompts, SDKs, deployment, and database-specific integrations. The package is distributed as a command-line server binary, Docker/container artifact, and SDK-adjacent tooling, with the Homebrew formula exposing the `toolbox` executable.

### 采用历史

The official README positions Toolbox for use with MCP-compatible IDEs and clients including Gemini CLI, Google Antigravity, Claude Code, Codex, and other MCP clients. It also documents integration paths for ADK, LangChain, LlamaIndex, and custom agents, which made it relevant beyond a single chat client.

GitHub repository metadata showed substantial public adoption by July 2026, with roughly 15.8k stars and 1.6k forks. The project's releases began with v0.0.1 in October 2024 and reached v1.6.0 on July 1, 2026, signaling rapid development across the first two years of the MCP wave.

### 使用方式

Typical package-manager usage is to install the `toolbox` binary and either run prebuilt database tools with flags such as `--prebuilt=postgres` or run a custom configuration with `--config tools.yaml`. The README documents a `tools.yaml` model containing sources, tools, toolsets, and prompts, while the docs expand that into database-specific source and tool reference pages.

The package is especially aimed at database-aware assistant workflows: listing schemas, executing SQL, wrapping predefined production queries, adding semantic search or NL2SQL features, and using authentication, connection pooling, and observability rather than handing every MCP client a raw database script.

### 为什么软件包爱好者会关心

For package-history purposes, MCP Toolbox is a representative example of a large vendor-backed MCP server becoming a packaged CLI. It matters because it turns database access for agent tools into something installable, versioned, and documented across clients, rather than a pile of per-client JSON snippets and local scripts.

It is also notable for its rename: package records may still carry `genai-toolbox` URLs, while the official repository and documentation now use `mcp-toolbox`. That makes it a useful case where package metadata, repository redirects, and documentation URLs can diverge during a young ecosystem's naming cleanup.

### 时间线

- 2024-06: Public GitHub repository created as the project that became MCP Toolbox for Databases.
- 2024-10: v0.0.1 release published.
- 2025: Project renamed from Gen AI Toolbox for Databases / genai-toolbox to MCP Toolbox / mcp-toolbox to match MCP compatibility.
- 2026-07: v1.6.0 release published; official docs list broad database integrations and MCP client connection guides.

### Related projects

- Related projects include MCP clients such as Claude Code, Codex, Gemini CLI, and IDE integrations, plus agent frameworks such as ADK, LangChain, and LlamaIndex. Within the same package set it is adjacent to MCPHost, MCPM, and mcptools, but focused specifically on database-backed tools rather than client hosting or registry management.

### 来源

- <https://api.github.com/repos/googleapis/mcp-toolbox>
- <https://api.github.com/repos/googleapis/mcp-toolbox/releases>
- <https://github.com/googleapis/mcp-toolbox>
- <https://mcp-toolbox.dev/>


## 安全说明

没有找到 mcp-toolbox 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。


## 其他软件包管理器记录

- Nix - toolbox: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/to/toolbox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - toolbox - 0.3-6.fc45: installed executable or alias match | Fedora Rawhide package metadata: toolbox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tool for interactive command line environments on Linux | https://containertoolbx.org/
- dnf - toolbox-tests - 0.3-6.fc45: installed executable or alias match | Fedora Rawhide package metadata: toolbox-tests from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Tests for toolbox | https://containertoolbx.org/
- pacman - toolbox - 0.3-1: installed executable or alias match | Arch Linux sync databases: toolbox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Unprivileged development environment | https://github.com/containers/toolbox
- zypper - toolbox - 2.4+git20260421.7c75c12-1.2: installed executable or alias match | openSUSE Tumbleweed package metadata: toolbox from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Script to start a toolbox container for system debugging | https://github.com/openSUSE/microos-toolbox
- winget - Japplis.Toolbox: installed executable or alias match | Windows Package Manager source index: Japplis.Toolbox from https://cdn.winget.microsoft.com/cache/source.msix
- winget - Starkrats.Toolbox: installed executable or alias match | Windows Package Manager source index: Starkrats.Toolbox from https://cdn.winget.microsoft.com/cache/source.msix
- winget - obteknoloji.UToolbox: installed executable or alias match | Windows Package Manager source index: obteknoloji.UToolbox from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/mcp-toolbox.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mcp-toolbox.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
