We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837877d commit 3a6f59bCopy full SHA for 3a6f59b
README.md
@@ -22,7 +22,8 @@ pip install mysql-mcp-server
22
Set the following environment variables:
23
24
```bash
25
-MYSQL_HOST=localhost
+MYSQL_HOST=localhost # Database host
26
+MYSQL_PORT=3306 # Optional: Database port (defaults to 3306 if not specified)
27
MYSQL_USER=your_username
28
MYSQL_PASSWORD=your_password
29
MYSQL_DATABASE=your_database
@@ -47,6 +48,7 @@ Add this to your `claude_desktop_config.json`:
47
48
],
49
"env": {
50
"MYSQL_HOST": "localhost",
51
+ "MYSQL_PORT": "3306",
52
"MYSQL_USER": "your_username",
53
"MYSQL_PASSWORD": "your_password",
54
"MYSQL_DATABASE": "your_database"
0 commit comments