Installation & Configuration
{
"mcpServers": {
"mysql-schema-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--pull",
"always",
"--network=host",
"-e",
"DB_HOST=127.0.0.1",
"-e",
"DB_PORT=3306",
"-e",
"DB_USER=root",
"-e",
"DB_PASSWORD=your_password",
"ghcr.io/shibayu36/mysql-schema-explorer-mcp:latest"
]
}
}
}Information
Transport
stdio
Language
Go
Created
2025/4/20
Updated
2026/6/8