MCP.so
登录

mysql-mcp-server

@leopeng1995

关于 mysql-mcp-server

暂无概览

基本信息

分类

数据库

许可证

MIT

运行时

python

传输方式

stdio

发布者

leopeng1995

提交者

Leo Peng

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "H:/workspaces/leopeng1995/mysql-mcp-server",
        "run",
        "mysql-mcp-server"
      ],
      "env": {
        "MYSQL_HOST": "localhost",
        "MYSQL_PORT": "3306",
        "MYSQL_USER": "username",
        "MYSQL_PASSWORD": "password",
        "MYSQL_DATABASE": "database"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mysql-mcp-server?

A Model Context Protocol (MCP) server for connecting to MySQL Server, enabling AI tools to query and interact with MySQL databases.

How to use mysql-mcp-server?

Clone the repository, run uv sync to install dependencies, then uv run mysql-mcp-server to start the server. Configure it in Cline by providing a JSON block with environment variables for the MySQL connection (MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, MYSQL_DATABASE).

Key features of mysql-mcp-server

  • Connects to MySQL Server via the Model Context Protocol.

Use cases of mysql-mcp-server

FAQ from mysql-mcp-server

评论

数据库 分类下的更多 MCP 服务器