Sqlite
Createdisaacgounton
Provides SQLite database operations through a standardized Model Context Protocol interface.
About
Sqlite is a Model Context Protocol (MCP) server that allows users to perform SQLite database operations through a standardized interface. It supports in-memory or file-based SQLite databases and offers functionalities such as executing SQL queries (SELECT, INSERT, UPDATE, DELETE), managing tables (CREATE, LIST, DESCRIBE), and tracking business insights. The tool is Docker-enabled for easy deployment and provides various tools for database interaction.
Key Features
- Supports in-memory or file-based SQLite databases
- Provides table management functionalities (CREATE, LIST, DESCRIBE)
- Offers Docker support for easy deployment
- Enables SQL operations (SELECT, INSERT, UPDATE, DELETE)
- Includes business insights memo tracking
- 0 GitHub stars
Use Cases
- Executing SQL queries via a standardized MCP interface.
- Managing SQLite databases in various deployment environments.
- Tracking business insights alongside database operations.