mcp-server
@zll1203763934
About mcp-server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-zll1203763934": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MySQL MCP Server?
MySQL MCP Server is a Model Context Protocol (MCP) integration server that enables Trae AI agents to interact with a MySQL database safely. It is designed for developers and AI users who need to execute SQL queries, inspect schema, and manage database operations through an MCP-compatible interface.
How to use MySQL MCP Server?
Install dependencies via pip install -r requirements.txt, edit config.json with database credentials and security rules, then start the server with python server.py. In the Trae IDE, add this server as a custom MCP server using the local URL (typically http://localhost:8000).
Key features of MySQL MCP Server
- Secure connection to MySQL databases
- Execute SQL queries and return results
- Database schema inspection (tables, structure, relationships)
- Configurable access control (allowed tables, operations, max rows)
- Complete error handling and logging
- Designed for integration with Trae AI IDE
Use cases of MySQL MCP Server
- Query and analyze database records using natural language via Trae
- Create, update, or inspect tables and schema without manual SQL
- Generate reports from sales or other data with AI guidance
- Automate routine database tasks with safety limits
- Secure multi-user database access through allowed‑operation lists
FAQ from MySQL MCP Server
What runtime or dependencies does MySQL MCP Server require?
Python 3 and the packages listed in requirements.txt are required. The server runs as a Python process.
Where does the data reside?
All data is stored in the connected MySQL database; the server itself does not store data. It only queries and returns results through the MCP interface.
What transport protocol does the server use?
The server uses HTTP (local URL http://localhost:8000) as the transport for MCP communication.
How does authentication and access control work?
Authentication is configured in config.json with database credentials (host, port, user, password). Access is further restricted by allowed_tables, allowed_operations (e.g., SELECT, INSERT, UPDATE), and a max_rows limit. Security warnings advise against using default settings in production.
Are there any known limits?
Yes; the configurable max_rows setting limits the number of rows returned per query. The server also enforces allowed tables and operations to prevent unauthorised actions.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments