Skip to content

Commit c7dc34f

Browse files
authored
Update README.md
1 parent bbc0877 commit c7dc34f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ The easiest way to install and configure this MCP server is through [Smithery](h
8080
```bash
8181
npx -y @smithery/cli@latest install @benborla29/mcp-server-mysql --client claude
8282
```
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.
8883

8984

9085
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:
108103

109104
For security reasons, write operations are disabled by default. Enable them only if you need Claude to modify your database data.
110105

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+
111112
### Using MCP Get
112113

113114
You can also install this package using [MCP Get](https://mcp-get.com/packages/%40benborla29%2Fmcp-server-mysql):

0 commit comments

Comments
 (0)