mcpbeat Sign in

Mysql MCP Server

local only

Mysql MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Aug 2026.

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

Installs / week
not published
10
Stars
0 open issues
18 Aug 2026
Last commit
from GitHub
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a database query by concatenation src/adapters/mysql/tools/stats/outlier.ts:173
        const countQuery = `SELECT COUNT(\`${column}\`) AS cnt FROM ${fullTableName} ${where ? `WHERE ${where}` : ""}`;
    const child = spawn(cmd, finalArgs, {
Asks for container control access test-server/infrastructure/docker-compose.yml:461
      - /var/run/docker.sock:/var/run/docker.sock:ro

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Mysql MCP

same job, measured the same way
db-mcp (SQLite MCP Server)
by neverinfamous

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

69 installs/wk local only
PostgreSQL MCP Server
by neverinfamous

PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering

67 installs/wk local only
PostgreSQL MCP Server
by neverinfamous

Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations

local only
Postgres MCP
by pgedge

Enterprise PostgreSQL MCP server with NL queries, hybrid search (pgvector+BM25), and web UI

local only
C
Data
by thinair

PostgreSQL, MySQL, and SQL Server in one session. 26 read-only MCP tools for AI agents.

answering
Dbatools MCP Server
by dataplat

MCP server for dbatools — exposes SQL Server management commands as MCP tools

39 installs/wk local only
Postgres MCP
by sparta2025

PostgreSQL MCP server with 15 tools (SQL, EXPLAIN, health, indexes) plus a Gradio UI with LLM chat.

106 installs/wk local only
MCP Database Server
by souhar-dya

MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.

local only

Mysql MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mysql MCP?
Mysql MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Mysql MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 10 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.