资讯

This is a Model Context Protocol (MCP) server that allows Cursor IDE to interact with MySQL databases. It provides tools for connecting to databases, executing queries, exploring schemas, and managing ...
Change the database connection information as needed. docker run -d --name mcp-mysql \ -e MYSQL_HOST=localhost \ -e MYSQL_PORT=3306 \ -e MYSQL_USER=root \ -e MYSQL_PASSWORD=mcpTest1234!!! \ -e ...