SQLite
Provides a Model Context Protocol (MCP) server for managing and analyzing SQLite databases.
소개
SQLite provides a comprehensive Model Context Protocol (MCP) server designed for interacting with SQLite databases. It empowers Large Language Models (LLMs) with the ability to explore database schemas, execute queries, modify data, and perform statistical analyses. With features for schema exploration, data management, and data analysis, the server offers a robust toolkit for database interaction within an LLM environment.
주요 기능
- Offers data analysis capabilities (basic and detailed statistical analysis).
- Provides clear error messages for common database issues.
- Includes security measures such as input validation and SQL injection protection.
- Supports data management (execute read-only queries, perform data modifications).
- Enables schema exploration (list tables, view schemas, examine column types).
- 1 GitHub stars
사용 사례
- Facilitates statistical analysis of SQLite data using LLMs.
- Allows LLMs to explore and understand SQLite database structures.
- Enables LLMs to query and manipulate data within SQLite databases.