Mysql
byAtomzzm
0Enables AI models to interact with MySQL databases through a standardized interface.
소개
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.
주요 기능
- Prepared statement support for query parameters
- Comprehensive error handling and validation
- TypeScript support
- Automatic connection management
- Secure connection handling with automatic cleanup
사용 사례
- 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