Connect to a SQLite database file to enable interaction with its data, including querying, listing tables, and describing schemas for efficient database management.
Establish a connection to a SQLite database file for AI assistants to interact with data, enabling operations like query execution and schema inspection.
Generate documentation for an MCP server using the MCP Server Boilerplate. Input the server name to create a starter template for integrating AI assistants and custom tools.
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.
A Model Context Protocol server that enables SQL operations (SELECT, INSERT, UPDATE, DELETE) and table management through a standardized interface with SQLite databases.