MCP Toolbox for Databases✓
io.github.googleapis/genai-toolbox · v0.31.0
v0.31.0▦ docker oci: us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0↗ Website↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.googleapis/genai-toolbox",
"description": "MCP Toolbox for Databases enables your agent to connect to your database.",
"title": "MCP Toolbox for Databases",
"repository": {
"url": "https://github.com/googleapis/genai-toolbox",
"source": "github"
},
"version": "0.31.0",
"websiteUrl": "https://github.com/googleapis/genai-toolbox",
"icons": [
{
"src": "https://github.com/googleapis/genai-toolbox/blob/main/.hugo/assets/icons/logo.svg",
"mimeType": "image/svg+xml"
}
],
"packages": [
{
"registryType": "oci",
"identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.31.0",
"transport": {
"type": "streamable-http",
"url": "http://{host}:{port}/mcp"
},
"runtimeArguments": [
{
"description": "File path specifying the tool configuration.",
"default": "tools.yaml",
"type": "named",
"name": "--config"
},
{
"description": "Multiple file paths specifying tool configurations. Files will be merged. Cannot be used with –-config or –-config-folder.",
"type": "named",
"name": "--configs"
},
{
"description": "Directory path containing YAML tool configuration files. All .yaml and .yml files in the directory will be loaded and merged. Cannot be used with –-config or –-configs.",
"type": "named",
"name": "--config-folder"
},
{
"description": "Address of the interface the server will listen on.",
"value": "{host}",
"variables": {
"host": {
"description": "ip address",
"isRequired": true,
"default": "127.0.0.1"
}
},
"type": "named",
"name": "--address",
"valueHint": "host"
},
{
"description": "Port the server will listen on.",
"value": "{port}",
"variables": {
"port": {
"description": "port",
"isRequired": true,
"default": "5000"
}
},
"type": "named",
"name": "--port",
"valueHint": "port"
},
{
"description": "Specify the minimum level logged.",
"default": "info",
"choices": [
"debug",
"info",
"warn",
"error"
],
"type": "named",
"name": "--log-level"
},
{
"description": "Specify logging format to use.",
"default": "standard",
"choices": [
"standard",
"json"
],
"type": "named",
"name": "--logging-format"
},
{
"description": "Disables dynamic reloading of config.",
"format": "boolean",
"type": "named",
"name": "--disable-reload"
},
{
"description": "Use a prebuilt tool configuration by source type.",
"type": "named",
"name": "--prebuilt"
},
{
"description": "Listens via MCP STDIO instead of acting as a remote HTTP server.",
"format": "boolean",
"type": "named",
"name": "--stdio"
},
{
"description": "Enable exporting directly to Google Cloud Monitoring.",
"format": "boolean",
"type": "named",
"name": "--telemetry-gcp"
},
{
"description": "Enable exporting using OpenTelemetry Protocol (OTLP) to the specified endpoint (e.g. 'http://127.0.0.1:4318').",
"type": "named",
"name": "--telemetry-otlp"
},
{
"description": "Sets the value of the service.name resource attribute for telemetry data.",
"default": "toolbox",
"type": "named",
"name": "--telemetry-service-name"
},
{
"description": "Launches the Toolbox UI web server.",
"format": "boolean",
"type": "named",
"name": "--ui"
},
{
"description": "Specifies a list of origins permitted to access this server.",
"default": "*",
"type": "named",
"name": "--allowed-origins"
},
{
"description": "Show help for toolbox",
"type": "named",
"name": "--help"
},
{
"description": "Show version for toolbox",
"type": "named",
"name": "--version"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}