MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.googleapis/mcp-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/mcp-toolbox",
"source": "github"
},
"version": "1.9.0",
"websiteUrl": "https://github.com/googleapis/mcp-toolbox",
"icons": [
{
"src": "https://github.com/googleapis/mcp-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:1.9.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": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-14T01:39:25.255348Z",
"publishedAt": "2026-08-14T01:39:25.255348Z",
"updatedAt": "2026-08-14T01:39:25.255348Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/googleapis/mcp-toolbox
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.