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
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Comments