Qwen Manager
Enables natural language querying of MySQL databases using Model Context Protocol (MCP) and a large language model.
소개
This system translates natural language queries into SQL statements for MySQL databases, leveraging the Model Context Protocol (MCP) and a large language model. It supports secure querying by only allowing SELECT statements, filtering sensitive fields, and providing SQL injection protection. The system also features query logging, pagination for large results, dynamic schema retrieval, and intelligent SQL optimization suggestions.
주요 기능
- Query logging
- Natural language to SQL conversion
- Dynamic database schema retrieval
- Security controls with SELECT-only queries and sensitive field filtering
- Pagination support for large query results
- 2 GitHub stars
사용 사례
- Generating SQL queries automatically based on user input
- Providing a secure interface for database querying
- Enabling non-technical users to query databases using natural language