概要
SQLite Explorer is an MCP server designed to facilitate secure, read-only interaction between Large Language Models (LLMs) and SQLite databases. Built on the FastMCP framework, it enables LLMs to explore database schemas, execute queries, and retrieve data while ensuring safety through query validation, sanitization, and row limit enforcement. This tool exposes functionalities like listing tables, describing table schemas, and executing SELECT queries, making it easier for LLMs to work with SQLite databases in a controlled environment.