Name | Modified | Size | Downloads / 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:
- Dockerfile:
- Added environment variables
MYSQL_HOST
,MYSQL_PORT
,MYSQL_USER
,MYSQL_PASSWORD
, andMYSQL_DATABASE
. - Set
PYTHONPATH
for proper module loading. -
Updated server startup command.
-
smithery.yaml:
- Integrated Docker image
smithery/mysql-mcp-server:latest
. - Default MySQL host set to
host.docker.internal
. - 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.