Skip to content

Commit 3834872

Browse files
Add database-toolbox and deprecate genai-toolbox (#333)
* Add database-toolbox and deprecate genai-toolbox Signed-off-by: Dan Barr <[email protected]> * chore: update tool lists for MCP servers\n\nWarning added for servers:\n- database-toolbox\n\nAutomatically updated using 'thv mcp list' command.\n\nCo-authored-by: danbarr <[email protected]> --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]> Co-authored-by: GitHub Action <[email protected]>
1 parent 6acb3dd commit 3834872

File tree

3 files changed

+66
-2
lines changed

3 files changed

+66
-2
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# database-toolbox
2+
3+
The MCP Toolbox for Databases is a comprehensive MCP server for database operations that provides tools for connecting to and interacting with various database systems with advanced features like connection pooling, authentication, and observability. Mount and configured via tools.yaml
4+
5+
Formerly known as "Gen AI Toolbox for Databases".
6+
7+
## Basic Information
8+
9+
- **Image:** `us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox`
10+
- **Repository:** [https://github.com/googleapis/genai-toolbox](https://github.com/googleapis/genai-toolbox)
11+
- **Tier:** Official
12+
- **Status:** Active
13+
- **Transport:** streamable-http
14+
15+
## Available Tools
16+
17+
This server's tools are dynamic based on the databases you connect to.
18+
19+
## Tags
20+
21+
`database` `sql` `postgresql` `mysql` `sqlite` `mongodb` `redis` `connection-pooling` `authentication` `observability` `toolbox` `genai` `mcp-server`
22+
23+
## Statistics
24+
25+
- ⭐ Stars: 9191
26+
- 📦 Pulls: 2408
27+
- 🕐 Last Updated: 2025-08-13T08:42:37Z
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# WARNING: Tool list fetch failed on 2025-10-31
2+
# Manual verification may be required
3+
name: database-toolbox
4+
description: Database operations MCP server with connection pooling, authentication, and observability
5+
tier: Official
6+
status: Active
7+
image: us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.18.0
8+
transport: streamable-http
9+
target_port: 5000
10+
tools:
11+
- set_during_runtime
12+
metadata:
13+
stars: 10919
14+
pulls: 2408
15+
last_updated: "2025-10-14T02:29:24Z"
16+
repository_url: https://github.com/googleapis/genai-toolbox
17+
tags:
18+
- database
19+
- sql
20+
- postgresql
21+
- mysql
22+
- sqlite
23+
- mongodb
24+
- redis
25+
- connection-pooling
26+
- authentication
27+
- observability
28+
- toolbox
29+
- genai
30+
- mcp-server
31+
permissions:
32+
network:
33+
outbound:
34+
insecure_allow_all: true
35+
args:
36+
- --address
37+
- 0.0.0.0

registry/genai-toolbox/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# WARNING: Tool list fetch failed on 2025-08-28
88
# Manual verification may be required
99
name: genai-toolbox
10-
description: Database operations MCP server with connection pooling, authentication, and observability
10+
description: Will be removed soon. Please use database-toolbox instead.
1111
tier: Official
12-
status: Active
12+
status: Deprecated
1313
transport: sse
1414
tools:
1515
- set_during_runtime

0 commit comments

Comments
 (0)