Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·2 min de lecture

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.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install e715d1c1-d255-5f01-b068-67b8125422b8 --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

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 et remerciements

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

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires