Exposes a SQLite database as an MCP server with table schemas, read-only SQL query capabilities, and prompt templates for data analysis.
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.