Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by syntaxtrash • Data & Databases
A TypeScript-based MCP server that exposes MySQL database operations (list tables, show table schema and samples, run safe queries) to MCP-compatible agents.
Discover database structure and available tables in a MySQL database programmatically.
Retrieve a table's CREATE statement and example rows to understand schema and sample data.
Run safe data operations (SELECT, INSERT, UPDATE, DELETE) against a MySQL database via MCP with Docker or Node.js integration.
This repository implements an MCP (Model Context Protocol) server written in TypeScript to interact with MySQL databases. It provides operations to list tables, retrieve table schema and sample rows, and execute safe SELECT/INSERT/UPDATE/DELETE queries. The project includes instructions for local development, Node.js integration, and running the server in Docker. It is intended to let agents safely access and manipulate MySQL data via the MCP standard.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.