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