Establish a connection to a SQLite database file for AI assistants to interact with data, enabling operations like query execution and schema inspection.
Connect to a SQLite database file to enable interaction with its data, including querying, listing tables, and describing schemas for efficient database management.
An MCP server that provides safe, read-only access to SQLite databases through MCP. This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
A Node.js implementation of the Model Context Protocol server using SQLite, providing a npx-based alternative for environments lacking Python's UVX runner.