MySQL查询服务器 / MySQL Query Server
@mangooer
About MySQL查询服务器 / MySQL Query Server
MySQL query server based on the MCP sse.Multi-level SQL risk control & injection protection Docker support for quick deployment
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mysql-mcp-server-sse": {
"command": "docker",
"args": [
"pull",
"mangooer/mysql-mcp-server-sse:latest"
]
}
}
}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查询服务器 / MySQL Query Server?
A MySQL query server built on the MCP framework, supporting real-time database operations via SSE protocol. It provides comprehensive security, logging, configuration, and sensitive information protection for secure MySQL data access in development, testing, and production environments.
How to use MySQL查询服务器 / MySQL Query Server?
Deploy via Docker with environment variables for MySQL connection, or run from source using python -m src.server. The server listens on an SSE endpoint (/sse) by default. Configuration is done through environment variables or a .env file.
Key features of MySQL查询服务器 / MySQL Query Server
- High-performance async with FastMCP framework
- Connection pool with flexible parameter tuning
- SSE real-time push support
- Multi-level SQL risk control & injection protection
- Database isolation with three-level access control
- Automatic sensitive info masking
Use cases of MySQL查询服务器 / MySQL Query Server
- Secure MySQL data access in production environments
- Database schema exploration and metadata querying
- Development and testing with automated SQL risk control
- Multi-tenant database isolation for secure multi-database access
FAQ from MySQL查询服务器 / MySQL Query Server
Why does DELETE not work?
DELETE without a WHERE clause is classified as CRITICAL risk. You must allow CRITICAL level in the ALLOWED_RISK_LEVELS environment variable.
How to customize sensitive fields?
Set the SENSITIVE_INFO_FIELDS environment variable with a comma-separated list, e.g., SENSITIVE_INFO_FIELDS=password,token.
How to enable database isolation?
Set ENABLE_DATABASE_ISOLATION=true and DATABASE_ACCESS_LEVEL=strict, or use ENV_TYPE=production which automatically enables database isolation with restricted mode.
Cannot query system tables after enabling database isolation?
The strict mode blocks access to system tables. Switch to restricted mode (which allows system databases) if you need that access.
More Databases MCP servers
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
Comments