Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by tqvthu-works • Data & Databases
A lightweight MCP server that lets Cursor IDE agents query and inspect MySQL databases with configurable write permissions.
Run read-only SQL queries against a MySQL database to fetch data for analysis or reporting.
Introspect and explore database schemas to discover tables, columns, and relationships.
Controlled write access to a MySQL database where insert/update/delete operations can be explicitly enabled or disabled via configuration.
This project implements a Model Context Protocol (MCP) server for interacting with MySQL databases from Cursor IDE. It supports executing SQL queries (read-only by default), inspecting database schemas, and configuring whether insert/update/delete operations are allowed. The server is configured via environment variables and can be run with npm/ts-node, making it simple to integrate into development environments. Disabling write operations by default helps reduce risk when exposing databases to automated agents.
Connect to a MySQL database using URL, workspace config, or direct parameters
Execute a SELECT query and return results
Execute an INSERT, UPDATE, or DELETE query
List all tables in the connected database
List all accessible databases on the server
Generate a SELECT query for a table with optional filters
Generate an INSERT statement template for a table
Generate an UPDATE statement template for a table
Get a natural language explanation of a table structure
Analyze a table and suggest potential indexes for optimization
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.