Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by actstorms • Uncategorized
An MCP server enabling AI assistants to query and modify MySQL databases via standard input/output.
Execute read-only SQL queries on a MySQL database.
Perform controlled write operations like insert, update, and delete on a MySQL database.
That require a standardized MCP interface to interact with MySQL databases over stdio.
This MCP server connects to a MySQL database and provides tools for executing read-only and write SQL operations. It supports secure configuration through environment variables and allows controlled write access via an environment flag. The server communicates over stdio, making it suitable for integration with AI assistants and other MCP clients to interact with MySQL databases programmatically.