File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ The easiest way to install and configure this MCP server is through [Smithery](h
80
80
``` bash
81
81
npx -y @smithery/cli@latest install @benborla29/mcp-server-mysql --client claude
82
82
```
83
- or if you don't want to use smithery, use this
84
- ```
85
- npx mcprunner MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASS=root MYSQL_DB=demostore ALLOW_INSERT_OPERATION=true ALLOW_UPDATE_OPERATION=true ALLOW_DELETE_OPERATION=false -- npx -y @benborla29/mcp-server-mysql
86
- ```
87
- Don't forget to replace the ` env ` values on that command.
88
83
89
84
90
85
During configuration, you'll be prompted to enter your MySQL connection details. Smithery will automatically:
@@ -108,6 +103,12 @@ The installation will ask for the following connection details:
108
103
109
104
For security reasons, write operations are disabled by default. Enable them only if you need Claude to modify your database data.
110
105
106
+ Or if you don't want to use smithery, use this
107
+ ```
108
+ npx mcprunner MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASS=root MYSQL_DB=demostore ALLOW_INSERT_OPERATION=true ALLOW_UPDATE_OPERATION=true ALLOW_DELETE_OPERATION=false -- npx -y @benborla29/mcp-server-mysql
109
+ ```
110
+ Don't forget to replace the ` env ` values on that command.
111
+
111
112
### Using MCP Get
112
113
113
114
You can also install this package using [ MCP Get] ( https://mcp-get.com/packages/%40benborla29%2Fmcp-server-mysql ) :
You can’t perform that action at this time.
0 commit comments