Enables AI models to interact with MySQL databases through a standardized interface.
Sponsored
Provides a Model Context Protocol (MCP) server that allows AI models to interact with MySQL databases. It offers a standardized interface for executing queries, managing connections, and handling data, making it easier for AI agents to perform database operations.
Características Principales
01Prepared statement support for query parameters
02Comprehensive error handling and validation
03TypeScript support
04Automatic connection management
05Secure connection handling with automatic cleanup
Casos de Uso
01Executing INSERT, UPDATE, or DELETE queries with optional prepared statement parameters
02Listing all tables in the connected database
03Executing SELECT queries with optional prepared statement parameters