mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MySQL MCP Server is a Model Context Protocol-based server that allows Trae AI agents to securely interact with MySQL databases.
The MySQL MCP Server is designed to facilitate secure and efficient interaction between Trae AI agents and MySQL databases. It provides a robust framework for executing SQL queries, checking database schemas, and managing table structures and relationships. The server is highly configurable, allowing for detailed access control and comprehensive error handling and logging. This ensures that database interactions are both secure and reliable, making it an ideal solution for integrating AI capabilities with existing MySQL databases.
Features
- Secure connection to MySQL databases
- Execution of SQL queries with result return
- Support for database schema inspection
- Provision of table structure and relationship information
- Configurable access control with detailed logging
Tools
database.py
Handles database connections and operations.
tools.py
Defines MCP tools for database interaction.
schema.py
Manages database schema processing.
security.py
Implements security and access control measures.