MySQL MCP
JSON →A secure MCP service for accessing and managing MySQL databases, featuring multi-layer security and high-performance connection pooling.
Install
pip install -r Tools · 8
- test_connection 测试数据库连接
- get_security_info 获取安全配置信息
- list_tables 获取数据库表列表
- describe_table 获取表详细结构
- generate_table_doc 生成表文档
- generate_database_overview 生成数据库概览
- execute_query 执行SQL语句
- list_schemas 获取可用数据库列表
Environment variables
MYSQL_HOSTMYSQL_PORT
Links
★ 5 GitHub stars