Sqlite
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.
主な機能
- Enables read-only SQL query execution.
- 4 GitHub stars
- Offers prompt templates for data analysis tasks.
- Exposes SQLite table schemas as MCP resources.
- Includes logging for tracing activity and debugging.
- Communicates via STDIO protocol for easy integration.
ユースケース
- Facilitating exploration and querying of data within a SQLite database.
- Integrating SQLite databases with MCP-compatible applications.
- Providing a data source for language model-based data analysis.