Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Carlosfpc • Data & Databases
A lightweight MCP server that exposes a MySQL connection through an SSH tunnel for use with Cursor IDE.
Connect to a remote MySQL database over an SSH tunnel from development tools like Cursor IDE.
Run read-only or restricted SQL queries locally while enforcing operation permissions via configuration.
A simple npm-startable MCP server to expose MySQL access to editor integrations or local automation workflows.
This project creates an MCP-compatible server that opens an SSH tunnel to a remote host and forwards a MySQL connection for local clients (e.g., Cursor IDE). Configuration is done via an environment file (mcp-config.env) including SSH and MySQL settings and operation permissions (SELECT/INSERT/UPDATE/DELETE). It provides an npm script to start the tunnel and MCP server, making it easy to securely query remote databases from local tools. The server is useful when a secure SSH tunnel is required for remote MySQL access and when you want to limit allowed SQL operations.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.