Loading languages...
JI

Jite-J/-mysql_mcp_server

@Jite-J

A Model Context Protocol (MCP) implementation that enables secure interaction with MySQL databases. This server component facilitates communication between AI applications (hosts/clients) and MySQL databases, making database exploration and analysis safer and more structured through a controlled interface.

mysql
database
sql

# mcpServer Config

{
  "mcpServers": {
    "mysql": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "mysql-mcp-server",
        "mysql_mcp_server"
      ],
      "env": {
        "MYSQL_HOST": "localhost",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "your_username",
        "MYSQL_PASSWORD": "your_password",
        "MYSQL_DATABASE": "your_database"
      }
    }
  }
}

# stdio

uvx --from mysql-mcp-server mysql_mcp_server
Transport:
stdio
Ngôn ngữ:
Python
Đã tạo:4/23/2025
Đã cập nhật:4/23/2025