Back to directory
allizwellai/mysql-mcp-server

allizwellai/mysql-mcp-server

@allizwellai1

An MCP server providing secure, read-only access to MySQL databases for listing, describing, and querying data.

mysqldatabasesqlread-only

Installation & Configuration

{
  "mcpServers": {
    "mysql": {
      "command": "npx",
      "args": [
        "mysql-mcp-server"
      ],
      "env": {
        "MYSQL_HOST": "your-mysql-host",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "your-mysql-user",
        "MYSQL_PASSWORD": "your-mysql-password",
        "MYSQL_DATABASE": "your-default-database"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/21
Updated
2025/7/12