mysql-mcp-server

jakubpliszka/mysql-mcp-server
★ 0 stars Go Database Updated 1d ago
MCP server for read-only MySQL diagnostics
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mysql-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/jakubpliszka/mysql-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

A general purpose [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server for investigating MySQL 8 databases. It connects to a single instance directly, over a unix socket, or through an SSH tunnel, and exposes a curated set of **read-only** diagnostic tools: sessions, locks, transactions,

Tools (20)

MYSQL_ALLOW_KILLMYSQL_ALLOW_USER_DATAMYSQL_CONNECT_TIMEOUTMYSQL_DATABASEMYSQL_HOSTMYSQL_LOCK_WAIT_TIMEOUTMYSQL_MAX_ROWSMYSQL_PASSWORDMYSQL_PASSWORD_FILEMYSQL_PORTMYSQL_PRIVILEGE_FILTERINGMYSQL_PROMPTSMYSQL_QUERY_TIMEOUTMYSQL_READONLYMYSQL_SESSION_GUARDRAILSMYSQL_SOCKETMYSQL_SSH_AGENTMYSQL_SSH_HOSTMYSQL_SSH_INSECURE_HOST_KEYMYSQL_SSH_KEY

Topics

diagnosticsmcpmcp-servermysql
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →