MCP.so
登录

mcp-mysql

@tinkermend

关于 mcp-mysql

Building a MySQL MCP Server from the DBA perspective

基本信息

分类

数据库

许可证

Apache-2.0 license

运行时

python

传输方式

stdio

发布者

tinkermend

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is mcp-mysql?

mcp-mysql is a MySQL MCP Server implementation based on the MCP (Model Context Protocol) protocol, designed from a DBA perspective. It enables AI models or MCP clients to interact with MySQL databases through standardized tools and resources.

How to use mcp-mysql?

Key features of mcp-mysql

  • Modular architecture with core, tools, resources, and utilities
  • MCP tools for MySQL operations like query execution and table management
  • MCP resources exposing database information and table structures
  • Unit and integration test suites for reliability
  • Dedicated configuration, documentation, and example directories

Use cases of mcp-mysql

  • AI-assisted database querying and analysis through MCP tools
  • Automated schema exploration and metadata retrieval via resources
  • Database table management tasks executed programmatically

FAQ from mcp-mysql

What does mcp-mysql do?

It is a MySQL MCP Server that exposes MySQL database operations (queries, table management, schema inspection) as MCP tools and resources, enabling AI agents to interact with MySQL.

What are the main components of mcp-mysql?

The project includes core modules, tool implementations, resource implementations, utility functions, tests (unit and integration), documentation, configuration files, and examples.

What runtime or dependencies are required?

Where does the configuration live?

Configuration files are stored in the config/ directory.

What transport or authentication methods does mcp-mysql support?

评论

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