Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by shensiqi0701 • Data & Databases
An MCP server that exposes MySQL databases to LLMs for schema inspection and controlled SQL query execution.
Inspect database schemas, table definitions, indexes and foreign keys to generate correct SQL or understand data structure.
Run read-only analytical queries against MySQL databases and receive paginated, streamed or cached results with query timeouts.
Controlled write access (INSERT/UPDATE/DELETE/DDL) with schema-specific permissions and transactional safety when such operations are explicitly enabled.
This Node.js-based MCP server lets LLM agents inspect database schemas, run read queries by default, and optionally perform controlled write and DDL operations when enabled. It supports multi-db mode, schema-specific permissions, prepared statements, connection pooling, caching, query timeouts, and comprehensive logging/metrics. The server is easily configurable via environment variables and integrates with tools like Smithery, Cursor, Claude Desktop, and MCP Get for streamlined installation and setup.