Submit

@davewind/mysql-mcp-server

@dave-wind

mcp model-context-protocol mysql cursor n8n
Overview

what is @davewind/mysql-mcp-server?

@davewind/mysql-mcp-server is a Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.

how to use @davewind/mysql-mcp-server?

To use the server, install it via npm and configure the MCP settings in a JSON file. You can then execute read-only SQL queries against the connected database.

key features of @davewind/mysql-mcp-server?

  • Provides schema information for each table in the database.
  • Executes read-only SQL queries within a READ ONLY transaction.
  • Automatically discovers table schemas from database metadata.

use cases of @davewind/mysql-mcp-server?

  1. Inspecting database schemas for data analysis.
  2. Executing read-only queries for reporting purposes.
  3. Integrating with LLMs for enhanced data interaction.

FAQ from @davewind/mysql-mcp-server?

  • Can I modify data using this server?

No, the server only allows read-only access to the database.

  • How do I install the server?

You can install it using the command: npm install @davewind/mysql-mcp-server -g.

  • What is the license for this project?

The project is licensed under the MIT license.

© 2025 MCP.so. All rights reserved.

Build with ShipAny.

@davewind/mysql-mcp-server MCP Server