# designcomputer/mysql_mcp_server

A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases

Repository: https://github.com/designcomputer/mysql_mcp_server
Canonical: https://ross.abutalabs.com/products/mysql_mcp_server
Homepage: https://designcomputer.com
Language: Python
License: MIT
License Family: permissive
Topics: ai, mcp, model-context-protocol, mysql, claude, claude-code, database, llm, mcp-server
Last push: 2026-08-02T13:36:20+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 95, longevity 45
- inputs: {"age_days": 638, "days_push": 31, "days_rel": 34, "gap_med": 9.0, "n_releases_24m": 13}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1369, forks 258 (observed 2026-08-28T04:04:31.812560+00:00)

## What it is
A Model Context Protocol (MCP) server that lets AI assistants securely interact with MySQL databases by listing tables, reading data, and executing SQL queries through a controlled interface. It supports STDIO and SSE/HTTP transports, SSH tunneling, SSL, and multi-database mode.

## Use cases
- connect Claude Desktop to a MySQL database
- let an AI assistant explore database schema and run SQL queries
- expose MySQL data to LLM agents safely
- query MySQL tables from an MCP client
- set up a remote MCP server for database access over SSE
- give Claude Code read access to production-like MySQL data

## When to choose
- you use an MCP-compatible AI client (Claude Desktop, Claude Code) with MySQL
- you want a controlled, read-oriented interface for AI database exploration
- you need SSH tunneling or SSE transport for remote database access

## When to avoid
- your database is PostgreSQL, SQLite, or something other than MySQL
- you need a general-purpose MySQL ORM or driver for application code
- you require full read-write transactional database administration from AI

## Facets
- artifact type: service
- maturity: active
- function: mcp, database, database-driver, http-server, security
- domain: databases, large-language-models, developer-tools, self-hosted
- platform: python, cli, self-hosted, cross-platform
- tags: mysql, mcp-server, model-context-protocol, sql, claude, llm-tools, ssh-tunnel, sse, ai-agents, docker

## Member repositories
- designcomputer/mysql_mcp_server (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.812560+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:58.296235+00:00, confidence not recorded.
  - readme: https://github.com/designcomputer/mysql_mcp_server (fetched 2026-08-28T04:04:31.812560+00:00, sha 516f6d896464)
  - homepage: https://designcomputer.com (fetched 2026-08-29T11:57:47.373015+00:00, sha c2aadb78f262)
  - registry_pypi: https://pypi.org/pypi/mysql_mcp_server/json (fetched 2026-08-29T11:57:47.381934+00:00, sha 494f57c82fdf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
