← Back to Plugins
MCP Server MCP

MCP Toolbox for Databases

github By github 👁 1 views ▲ 0 votes

MCP Toolbox for Databases enables your agent to connect to your database.

Homepage Verified source GitHub

Install

oci:us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:1.9.0

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...