MySQL Service icon

MySQL Service

Createdlog6262635

Enables interaction with MySQL databases through a Model Context Protocol (MCP) service, facilitating table management and CRUD operations.

About

This JavaScript-based tool provides a local MySQL MCP service, allowing users to interact with their databases through Cursor. It offers features for creating, querying, modifying, and deleting tables, executing custom SQL queries, and integrating with Cursor via the MCP protocol. The service supports common database operations such as listing tables, viewing schema and data, and provides guides for creating tables and inserting data. It's designed for local development and testing, offering a convenient way to manage MySQL databases within the Cursor environment.

Key Features

  • Provides resource access via URLs like mysql://tables, mysql://schema/tableName, mysql://data/tableName
  • Perform CRUD operations (Create, Read, Update, Delete)
  • Create and manage MySQL database tables
  • 2 GitHub stars
  • Integrate with Cursor via MCP protocol
  • Execute custom SQL queries

Use Cases

  • Rapid prototyping and testing of database schemas and queries
  • Managing MySQL databases within the Cursor IDE
  • Integrating database interactions into MCP-based workflows