Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by benborla • Data & Databases
An MCP server that exposes MySQL databases (including over SSH tunnels) to LLM agents like Claude for schema inspection and controlled query execution.
Inspect database schemas, table definitions, indexes, and foreign key relationships to understand a MySQL database before generating queries.
Run read-only or tightly controlled write SQL queries against local or remote MySQL instances (via SSH tunnels) with transaction handling, timeouts, and rate limiting.
Multi-database access, schema-specific permission control, and remote MCP hosting to allow LLMs to query different databases securely from within agent workflows.
This project provides a Model Context Protocol (MCP) server that allows LLM agents to inspect MySQL schemas and execute SQL queries securely, with built‑in SSH tunnel support. It is optimized for integration with Claude Code and supports local, remote, and multi-database modes, plus automatic tunnel lifecycle hooks. By default it enforces read-only transactions and includes configurable flags for INSERT/UPDATE/DELETE/DDL, rate limiting, logging, and query timeouts to reduce risk. Additional features include connection pooling, caching, schema-specific permissions, and monitoring hooks.
[MySQL MCP Server [v0.1.0]] Run SELECT queries against MySQL database (READ-ONLY) (Multi-DB mode enabled)
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.