Skip to content

Commit faa6b54

Browse files
authored
Add genai-toolbox to the MCP registry (#1107)
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 674dda5 commit faa6b54

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,50 @@
774774
],
775775
"transport": "stdio"
776776
},
777+
"genai-toolbox": {
778+
"args": [],
779+
"description": "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",
780+
"env_vars": [],
781+
"image": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:latest",
782+
"metadata": {
783+
"last_updated": "2025-07-17T00:23:12Z",
784+
"pulls": 0,
785+
"stars": 7152
786+
},
787+
"permissions": {
788+
"network": {
789+
"outbound": {
790+
"allow_host": [],
791+
"allow_port": [],
792+
"insecure_allow_all": true
793+
}
794+
},
795+
"read": [],
796+
"write": []
797+
},
798+
"repository_url": "https://github.com/googleapis/genai-toolbox",
799+
"status": "Active",
800+
"tags": [
801+
"database",
802+
"sql",
803+
"postgresql",
804+
"mysql",
805+
"sqlite",
806+
"mongodb",
807+
"redis",
808+
"connection-pooling",
809+
"authentication",
810+
"observability",
811+
"toolbox",
812+
"genai",
813+
"mcp-server"
814+
],
815+
"tier": "Official",
816+
"tools": [
817+
"set_during_runtime"
818+
],
819+
"transport": "sse"
820+
},
777821
"git": {
778822
"args": [],
779823
"description": "Provides support for interacting with Git repositories",

0 commit comments

Comments
 (0)