Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mysql-mcp": {
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "your_user",
"MYSQL_DATABASE": "your_database",
"MYSQL_PASSWORD": "your_password"
},
"args": [
"/path/to/mysql-mcp/dist/cli.js",
"--transport",
"stdio",
"--tool-filter",
"codemode"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
📚 Full Documentation (Wiki) • Changelog • Security • Release Article
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'without' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked without against OSV.dev.
Click any tool to inspect its schema.
schemaReal-time database schema information
mysql://schema
performance_metricsReal-time performance metrics and diagnostics
mysql://metrics
process_listCurrent database process list
mysql://processes
status_variablesMySQL status variables
mysql://status
replication_statusReplication status and information
mysql://replication
innodb_diagnosticsInnoDB diagnostics and monitoring
mysql://innodb
query_buildingGuided workflow for building efficient MySQL queries
schema_designGuided workflow for designing database schemas
performance_tuningGuided workflow for performance optimization and tuning
infrastructure_setupGuided workflow for MySQL infrastructure setup and configuration
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / developer-tools
Query and manage PostgreSQL databases directly from AI assistants
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP Security Weekly
Get CVE alerts and security updates for io.github.neverinfamous/mysql-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.