MCPMarket
出售技能Power Your Agents连接
  1. 首页
  2. 服务器
  3. MySQL

MySQL

webusbywebus
•
数据库管理
API 开发
安全与测试

Provides a secure Model Context Protocol server for executing read-only MySQL queries.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • datawiz168

    Snowflake Integration

    Enables Claude to execute SQL queries and interact with Snowflake databases.

  • tinybirdco

    Tinybird

    Connects to a Tinybird Workspace and interacts with data sources and API endpoints using the Model Context Protocol.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

发现可将 Claude 和 Cursor 等 MCP 客户端连接到您喜爱工具的 MCP 服务器。浏览 MCP 市场开始使用。

浏览

  • MCP 搜索
  • MCP 服务器
  • MCP 客户端
  • Claude 技能
  • MCP Market Hub
  • 分类
  • 什么是 MCP 服务器?
  • Model Context Protocol

排行榜

  • 今日热门 MCP
  • 今日热门 Claude 技能
  • Claude 技能 Top 100
  • MCP 服务器 Top 100

关于

  • 新闻
  • 提交
  • 联系我们

© 2026 MCP 市场。保留所有权利。·Privacy·Terms

MySQL MCP is a lightweight Model Context Protocol server designed to provide a safe and controlled interface for accessing MySQL data. It strictly enforces read-only operations, allowing only `SELECT`, `SHOW`, `DESCRIBE`, and `EXPLAIN` statements by default. With features like read-only transactions, semicolon rejection, and configurable query deny substrings, it ensures that your database remains protected from unintended write or lock operations, making it ideal for safely exposing MySQL query capabilities.

主要功能

01Enforces read-only transactions for all MySQL queries
02Restricts allowed SQL statements to SELECT, SHOW, DESCRIBE, and EXPLAIN
03Rejects queries containing semicolons to prevent multi-statement attacks
04Supports configurable deny substrings to block specific write or lock clauses
05Offers configurable row limits and query timeouts for resource management
060 GitHub stars

使用案例

01Exposing a secure, read-only API layer for MySQL data
02Integrating MySQL data access into applications that utilize the Model Context Protocol
03Safely providing limited MySQL query capabilities to external or untrusted services