Exposes a SQLite database as an MCP server with table schemas, read-only SQL query capabilities, and prompt templates for data analysis.
Sponsored
This Python-based tool implements an MCP server that connects to a SQLite database, offering functionalities for accessing and analyzing data. It exposes table schemas as MCP resources, allows for read-only SQL queries, and provides prompt templates to facilitate data analysis using language models. The server communicates via the STDIO protocol, enabling seamless integration with MCP clients like Claude Desktop and MCP Inspector.
Key Features
01Enables read-only SQL query execution.
024 GitHub stars
03Offers prompt templates for data analysis tasks.
04Exposes SQLite table schemas as MCP resources.
05Includes logging for tracing activity and debugging.
06Communicates via STDIO protocol for easy integration.
Use Cases
01Facilitating exploration and querying of data within a SQLite database.
02Integrating SQLite databases with MCP-compatible applications.
03Providing a data source for language model-based data analysis.