Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·2 min de lectura

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.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Established
Entrada
Asset
Comando de staging seguro
npx -y tokrepo@latest install e715d1c1-d255-5f01-b068-67b8125422b8 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados