Connect to Claude
MySQL Query Server icon

MySQL Query Server

Createdmangooer

Executes MySQL database queries and streams the results via Server-Sent Events (SSE).

About

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.

Key Features

  • Real-time data transmission via SSE
  • Environment variable configuration
  • Built on the FastMCP framework
  • MySQL database query interface
  • Comprehensive logging system
  • 2 GitHub stars

Use Cases

  • Streaming real-time database updates to web applications
  • Building dashboards with live data feeds
  • Creating event-driven applications based on database changes