MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

这是一款增强型MySQL MCP服务,专为 MySQL 数据库提供完善的只读访问能力。高性能的MCP服务能让大语言模型全面查看数据库结构,高效执行查询、分析,还具备更多高级特性。

Created 11/14/2025
Updated about 1 month ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcp-server-mysql

Cursor configuration (mcp.json)

{ "mcpServers": { "chenlinyang-mcp-server-mysql": { "command": "npx", "args": [ "chenlinyang-mcp-server-mysql" ] } } }