Back to directory
affannahmed/MCP-Server-with-Claude-Ai

affannahmed/MCP-Server-with-Claude-Ai

@affannahmed0

An MCP implementation enabling secure interaction between AI applications and MySQL databases

mysqldatabaseaiprotocol

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
2025/4/24
Updated
2025/4/24