MySQL
Provides a secure and configurable gateway for AI assistants to interact with MySQL databases, enabling advanced data querying and manipulation.
概要
The MySQL Model Context Protocol (MCP) server acts as a robust intermediary, securely exposing MySQL database capabilities to AI assistants such as Claude and VS Code GitHub Copilot. It ensures data integrity and security through strict input validation, configurable access controls, and SQL injection prevention. Designed for easy integration, it allows AI to list tables, describe schemas, select, insert, update, and delete data, all while providing clear, tabular responses and extensive logging for monitoring and debugging.
主な機能
- Available as an NPM package for easy project integration
- Configurable CRUD operations (fetch enabled by default)
- Comprehensive logging for debugging and monitoring
- 0 GitHub stars
- Security First with input validation and configurable access controls
- Properly formatted tabular data display for easy visualization
ユースケース
- Integrate MySQL with VS Code GitHub Copilot for AI-assisted database interactions.
- Connect Claude Desktop to a MySQL database for natural language querying.
- Incorporate MySQL database capabilities into other applications via its NPM package.