MySQL
0
Provides secure MySQL database operations for AI assistants and other Model Context Protocol (MCP) clients.
概要
MySQL enables AI assistants and other MCP clients to securely interact with MySQL databases. It focuses on safe operations and includes features such as parameterized queries and connection pooling. The server exposes database metadata, table structures, and allows execution of safe SQL queries, data insertion, and table listing through a Model Context Protocol interface.
主な機能
- 0 GitHub stars
- Provides detailed table structure information
- Offers SQL injection protection through parameterized queries
- Executes safe SQL queries (SELECT, INSERT, SHOW, DESCRIBE)
- Supports data insertion with automatic parameterization
- Lists all tables in the database
ユースケース
- Enabling AI assistants to retrieve data from MySQL databases
- Allowing MCP clients to insert data into MySQL databases securely
- Providing database metadata and table information to AI models