Provides read-only access to MySQL databases for inspection by Large Language Models (LLMs).
This server implements the Model Context Protocol, allowing LLMs to inspect MySQL database schemas and execute read-only queries. It offers tools for executing SQL queries within a read-only transaction and resources providing schema information for each table, including column names and data types, automatically discovered from database metadata. Designed for seamless integration with tools like Claude Desktop, it enables LLMs to interact securely with database information for enhanced context and capabilities.
주요 기능
01Provides table schema information
020 GitHub stars
03Executes read-only SQL queries
04Operates within a read-only transaction
05Automatically discovers database metadata
06Integrates with Claude Desktop
사용 사례
01Allowing LLMs to query data from MySQL databases
02Enabling LLMs to understand database structure
03Providing contextual information to LLMs for improved responses