Provides a lightweight local service for connecting to and operating a local MySQL database, designed for use with Cursor's MCP service.
Sponsored
This JavaScript-based tool offers a streamlined solution for connecting to and managing local MySQL databases. Primarily intended for use as a Cursor MCP service, it exposes a RESTful API that allows Cursor to easily perform database operations, including parameterized queries and Server-Sent Events (SSE) for real-time updates. This local database service simplifies database interactions within the Cursor environment, offering a secure and efficient development workflow.
主な機能
01Supports parameterized queries to prevent SQL injection
02Offers a RESTful API for database operations
03Integrates as a Cursor MCP service
04Connects to local MySQL databases
05Enables Server-Sent Events (SSE) for real-time updates
ユースケース
01Enabling database interaction within Cursor IDE
02Facilitating local database management for personal projects
03Providing a secure API layer for database access