mysql_mcp_server icon indicating copy to clipboard operation
mysql_mcp_server copied to clipboard

not working mac osx cursor

Open adgower opened this issue 11 months ago • 3 comments

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"
      }
    }

adgower avatar Mar 24 '25 17:03 adgower

seconded.

zudsniper avatar Mar 26 '25 21:03 zudsniper

@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".

designcomputer avatar Mar 26 '25 22:03 designcomputer

@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...

rb81 avatar Apr 24 '25 13:04 rb81