mysql_mcp_server
mysql_mcp_server copied to clipboard
not working mac osx cursor
config:
"mysql-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"mysql-mcp-server",
"--key",
"123"
],
"env": {
"MYSQL_HOST": "127.0.0.1",
"MYSQL_PORT": "3306",
"MYSQL_USER": "mcp_user2",
"MYSQL_PASSWORD": "mcp_password",
"MYSQL_DATABASE": "notify"
}
}
seconded.
@adgower and @zudsniper Before trying to use mysql_mcp_server's cursor, please try using it with the Claude App. Also, note that your JSON example is missing the fully qualified "path/to/mysql_mcp_server".
@adgower and @zudsniper Before trying to use mysql_mcp_server's cursor, please try using it with the Claude App. Also, note that your JSON example is missing the fully qualified "path/to/mysql_mcp_server".
Where is path/to/mysql_mcp_server supposed to be? I used Smithery to install locally, but there's no output and searching for mysql_mcp_server yields nothing...