Skip to main content
Glama

db-mcp-tool

!mysql

Connect to and interact with MySQL databases using db-mcp-tool. Specify host, database, user, and password to manage and explore data efficiently.

Input Schema

NameRequiredDescriptionDefault
connectionYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "connection": { "additionalProperties": false, "properties": { "database": { "type": "string" }, "host": { "type": "string" }, "password": { "type": "string" }, "port": { "type": "number" }, "user": { "type": "string" } }, "required": [ "host", "database", "user", "password" ], "type": "object" } }, "required": [ "connection" ], "type": "object" }

You must be authenticated.

Other Tools from db-mcp-tool

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wirdes/db-mcp-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server