Qwen Manager
Enables natural language querying of MySQL databases using Model Context Protocol (MCP) and a large language model.
Acerca de
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.
Características Principales
- 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
Casos de Uso
- 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