概要
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.
主な機能
- Real-time data transmission via SSE
- Environment variable configuration
- Built on the FastMCP framework
- MySQL database query interface
- Comprehensive logging system
- 2 GitHub stars
ユースケース
- Streaming real-time database updates to web applications
- Building dashboards with live data feeds
- Creating event-driven applications based on database changes