Skip to main content
Glama

mcp-mysql-server

by f4ww4z
MIT License
646
61
  • Linux
  • Apple

connect_db

Establish a secure connection to a MySQL database by providing host, user, password, and database name, enabling interaction with the database through the MCP server.

Instructions

Connect to MySQL database

Input Schema

NameRequiredDescriptionDefault
databaseYesDatabase name
hostYesDatabase host
passwordYesDatabase password
userYesDatabase user

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name", "type": "string" }, "host": { "description": "Database host", "type": "string" }, "password": { "description": "Database password", "type": "string" }, "user": { "description": "Database user", "type": "string" } }, "required": [ "host", "user", "password", "database" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-mysql-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/f4ww4z/mcp-mysql-server'

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