Download Latest Version Release v0.2.2 source code.tar.gz (9.6 kB)
Email in envelope

Get an email when there's a new version of MySQL MCP Server

Home / v0.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-29 855 Bytes
v0.2.0 Release Notes source code.tar.gz 2025-03-29 8.9 kB
v0.2.0 Release Notes source code.zip 2025-03-29 14.6 kB
Totals: 3 Items   24.4 kB 0

Docker Container Support

This release introduces local Docker container support for the MySQL MCP Server.

Key Changes:

  1. Dockerfile:
  2. Added environment variables MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE.
  3. Set PYTHONPATH for proper module loading.
  4. Updated server startup command.

  5. smithery.yaml:

  6. Integrated Docker image smithery/mysql-mcp-server:latest.
  7. Default MySQL host set to host.docker.internal.
  8. Added optional MySQL port parameter with default value 3306.

Commits: - update configuration to use host.docker.internal by default - Update dockerfile for proper server startup - Update smithery.yaml to use Docker container

For more details, view the pull request.

Source: README.md, updated 2025-03-29