概要
SQLite is a robust Model Context Protocol (MCP) server designed to provide a comprehensive interface for interacting with SQLite databases. Built with FastMCP, this server empowers LLM agents to seamlessly execute a wide array of database operations. Agents can open and close database files, perform full CRUD (Create, Read, Update, Delete) operations on tables and records, execute raw SQL SELECT queries, and inspect database schemas by listing tables and viewing their definitions. This tool acts as a crucial bridge, allowing AI agents to efficiently manage and manipulate data within SQLite databases with full type safety and robust error handling.