Executes MySQL database queries and streams the results via Server-Sent Events (SSE).
MySQL Query Server is a server that leverages the MCP (Model-Controller-Provider) framework to provide MySQL database query functionality through Server-Sent Events (SSE). Built on FastMCP, it offers real-time data streaming and a comprehensive logging system, configurable via environment variables. This server allows developers to easily expose database queries over SSE for applications requiring live data updates.
Características Principales
01Real-time data transmission via SSE
02Environment variable configuration
03Built on the FastMCP framework
04MySQL database query interface
05Comprehensive logging system
062 GitHub stars
Casos de Uso
01Streaming real-time database updates to web applications
02Building dashboards with live data feeds
03Creating event-driven applications based on database changes