mcp_server_mysql_windows

mcp_server_mysql_windows

4

MCP MySQL Service is designed to help users connect and operate local MySQL databases with ease. It includes API capabilities for seamless integration and supports security measures like API keys and query protections.

MCP MySQL Local Database Service

MCP MySQL Service is a lightweight application for personal use, designed to connect and operate local MySQL databases. It can be used as a Cursor MCP Service, providing an API interface that enables easy execution of various database operations.

Features

  • Connects to local MySQL databases
  • Provides a RESTful API for database operations
  • Supports parameterized queries to prevent SQL injection
  • Supports SSE (Server-Sent Events) capabilities
  • Integrates as a Cursor MCP service

Quick Start

Prerequisites

  • Node.js (v14+)
  • MySQL server

Installation

  1. Clone the repository
  2. Install dependencies
  3. Create and configure the .env file

Run

  • Use npm start to run the service.
  • Use npm run dev for development mode (auto-restarting).