MySQL MCP Server
JSON →A Model Context Protocol (MCP) server for executing SELECT queries against MySQL databases. Version 1.1.1, released as an npm package. It is implemented in TypeScript and enforces a security-restricted scope (SELECT-only) to prevent data mutations. The server runs as a stdio-based MCP tool, configurable via environment variables. It is intended for AI agents (e.g., VS Code Copilot) to query databases safely. Differentiators: focuses exclusively on read-only queries, easy integration with MCP-compatible IDEs, and simple environment-based configuration without external configuration files.
Resources
packagemysql-mcp ↗