Mysql
byAtomzzm
0Enables AI models to interact with MySQL databases through a standardized interface.
Acerca de
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
- Prepared statement support for query parameters
- Comprehensive error handling and validation
- TypeScript support
- Automatic connection management
- Secure connection handling with automatic cleanup
Casos de Uso
- Executing INSERT, UPDATE, or DELETE queries with optional prepared statement parameters
- Listing all tables in the connected database
- Executing SELECT queries with optional prepared statement parameters