MCP ConfigsMay 14, 2026·2 min read

mysql-mcp-server-sse — FastMCP MySQL Server (SSE)

MySQL query server built on FastMCP with SSE streaming, SQL risk controls, injection protection, and Docker quick start; verified 101★, pushed 2025-06-19.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install e715d1c1-d255-5f01-b068-67b8125422b8 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

MySQL query server built on FastMCP with SSE streaming, SQL risk controls, injection protection, and Docker quick start; verified 101★, pushed 2025-06-19.

Best for: Safer agent-to-MySQL access where you need streaming results plus SQL risk controls

Works with: MySQL + Docker for quick start, or Python source run; SSE endpoint shown in README

Setup time: 15-35 minutes

Key facts (verified)

  • GitHub: 101 stars · 32 forks · pushed 2025-06-19.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: docker pull mangooer/mysql-mcp-server-sse:latest.

Main

  • Use Docker for the fastest start: README shows env vars for host/port and MySQL connection settings.

  • Treat SQL risk controls as part of your agent policy: keep a readonly DB user and pair it with the server’s interception/limiting layers.

  • Use the SSE endpoint when you need progressive results for long queries, but still keep query limits + timeouts to avoid runaway scans.

  • Keep schema isolation explicit: README calls out database isolation security to prevent cross-database access.

Source-backed notes

  • README lists key features including SSE streaming, SQL risk control/injection protection, logging, and Docker support.
  • README Quick Start provides Docker run example and a source run (pip install -r requirements.txt + python -m src.server).
  • README states the default SSE endpoint: http://127.0.0.1:3000/sse.

FAQ

  • Is Docker required?: No — README also shows running from source with Python, but Docker is the quickest path.
  • Where is the SSE endpoint?: README states the default endpoint is http://127.0.0.1:3000/sse.
  • How do I keep it safe for agents?: Use a readonly DB user, keep SQL limits tight, and rely on the server’s risk controls/injection protection layers.
🙏

Source & Thanks

Source: https://github.com/mangooer/mysql-mcp-server-sse > License: MIT > GitHub stars: 101 · forks: 32

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets