MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

一个功能完整的 MySQL MCP (Model Context Protocol) 工具,支持通过 stdio 和 HTTP/SSE 两种传输方式与 AI 助手交互,实现对 MySQL 数据库的查询和管理。

创建于 5/1/2026
更新于 about 21 hours ago
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南

安装包 (如果需要)

npx @modelcontextprotocol/server-mysql-mcp-tool

Cursor 配置 (mcp.json)

{ "mcpServers": { "itkmunigle-mysql-mcp-tool": { "command": "npx", "args": [ "itkmunigle-mysql-mcp-tool" ] } } }