Skip to main content
Glama

MySql MCP Server

connect

Establish a connection to a MySQL database by providing credentials and server details. Execute queries and manage database interactions directly through the MCP server, enabling structured access to MySQL data for AI applications.

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" }

You must be authenticated.

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