Back to directory
mysql-mcp-server

mysql-mcp-server

@designcomputer1224

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

mysqldatabasemcpsqlsecure

Installation & Configuration

{
  "mcpServers": {
    "mysql": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/mysql_mcp_server",
        "run",
        "mysql_mcp_server"
      ],
      "env": {
        "MYSQL_HOST": "localhost",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "your_username",
        "MYSQL_PASSWORD": "your_password",
        "MYSQL_DATABASE": "your_database"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2024/12/3
Updated
2026/6/7