Skip to main content
Glama

MySql MCP Server

connect

Establish a secure connection to a MySQL database by specifying host, port, user, password, and database details. Simplify database interaction and query execution through structured access.

Instructions

Connect to a MySQL database.

Input Schema

NameRequiredDescriptionDefault
databaseNoDatabase name to connect to
hostNoDatabase server hostname or IP address
passwordNoDatabase password
portNoDatabase server port
userNoDatabase username

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name to connect to", "type": "string" }, "host": { "description": "Database server hostname or IP address", "type": "string" }, "password": { "description": "Database password", "type": "string" }, "port": { "description": "Database server port", "type": "string" }, "user": { "description": "Database username", "type": "string" } }, "type": "object" }

Other Tools from MySql MCP Server

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/sussa3007/mysql-mcp'

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