MCPMarket
스킬 판매Power Your Agents연결
  1. 홈
  2. 서버
  3. MySQL

MySQL

webusbywebus
•
데이터베이스 관리
API 개발
보안 및 테스팅

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

Tieline — product intent grounded in code

Advertisement

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