Go Mcp Mysql Pengcunfu
Data & Storage零负担、开箱即用的模型上下文协议(MCP)服务器,用于与 MySQL 交互和自动化操作。无需 Node.js 或 Python 环境。该服务器提供对 MySQL 数据库和表进行 CRUD 操作的工具,以及只读模式以防止意外的写入操作。您还可以通过添加 --with-explain-check 标志让 MCP 服务器在执行查询前使用 EXPLAIN 语句检查查询计划。
Installation
C:\Users\<username>\Downloads\go-mcp-mysql.exe --host localhost --user root --pass password --port 3306 --db mydbView configuration snippet
{
"mcpServers": {
"mysql": {
"command": "C:\\Users\\<username>\\Downloads\\go-mcp-mysql.exe",
"args": [
"--host",
"localhost",
"--user",
"root",
"--pass",
"password",
"--port",
"3306",
"--db",
"mydb"
]
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Aiven
Navigate your Aiven projects and interact with the PostgreSQL, Apache Kafka, ClickHouse and OpenSearch services
Alibaba Cloud AnalyticDB for MySQL
Connect to an AnalyticDB for MySQL cluster for getting database or table metadata, querying and analyzing data. It will be supported to add the OpenAPI for cluster operation in the future.
Alibaba Cloud AnalyticDB for PostgreSQL
AnalyticDB PostgreSQL MCP Server is an MCP server on MCP.so — view details, tools, and install instructions.
Alkemi
Query Snowflake, Google BigQuery, DataBricks Data Products through Alkemi.ai. Useful for MCP clients that need reliable integrations and automation workflows.
Like this server?
Discover more MCP servers or submit your own to directory.