# MySQL Server

A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add benborla29/mcp-server-mysql

# Browse available tools
npx -y @smithery/cli@latest tool list benborla29/mcp-server-mysql
```

---

Source: https://github.com/benborla/mcp-server-mysql | License: MIT
