Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by kevinwatt • Data & Databases
A Node.js MCP server that provides secure, controlled MySQL database access for LLMs and agent integrations.
Secure, read-only access to MySQL data with query length and result-size safeguards.
Perform parameterized INSERT/UPDATE/DELETE operations with automatic transaction handling and returned affected row/insert ID info.
Discover database structure and schema (list tables, describe table columns) before formulating queries.
This MCP server implements a MySQL-backed service exposing read and write database operations tailored for use by LLM agents. It supports read-only SELECT queries with limits and timeouts, as well as transactional INSERT/UPDATE/DELETE with parameterized queries and automatic transaction handling. The server includes safety and monitoring features such as query length/result size limits, performance logging, and read-only transaction mode. It's packaged for easy installation (npm) and integration with Dive Desktop and other MCP-compatible LLM services.
Execute read-only SELECT queries against the MySQL database. - Maximum query length: 4096 characters - Maximum result rows: 1000 - Query timeout: 30 seconds
Execute data modification queries (INSERT/UPDATE/DELETE). - Returns affected rows count and insert ID - Supports parameterized queries - Automatic transaction handling
List all tables in current database
Show table structure
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.