MySQL
JSON →Access MySQL databases to inspect schemas and execute SQL queries via a NodeJS-based server.
Install
npx -y @benborla29/mcp-server-mysql Tools · 1
- mysql_query Execute SQL queries against the connected database. By default limited to READ ONLY operations. Optional write operations (INSERT, UPDATE, DELETE) can be enabled via configuration. All operations are executed within a transaction with proper commit/rollback handling. Supports prepared statements for secure parameter handling. Configurable query timeouts and result pagination. Built-in query execution statistics.
Environment variables
MYSQL_HOSTMYSQL_PORTREMOTE_SECRET_KEYMYSQL_SSL_KEYOPENAI_API_KEY
Links
★ 1,729 GitHub stars