multiple-mysql-mcp

JSON →
library 1.0.0 ·javascript
verified Jun 5, 2026

An MCP stdio server providing read-only access to multiple MySQL instances through a single MCP connection. Version 1.0.0. Leverages the Model Context Protocol (MCP) to expose MySQL databases as tools for AI agents, with independent connection pools per instance. Key differentiators: multi-instance support via external JSON config, strict read-only enforcement (only SELECT/SHOW/DESCRIBE/EXPLAIN), real-time availability detection with list_instances, and timezone configuration per query. Ideal for LLM-driven database tools.