About
SQLite enables access to SQLite databases through the Model Context Protocol (MCP). Implemented in Rust, it offers a server that facilitates querying, executing statements and scripts, and performing batch operations on SQLite databases. It supports both in-memory and file-based databases, and provides a client example for testing and integration.
Key Features
- Supports query execution with parameterized queries.
- Enables execution of single SQL statements and scripts.
- Offers batch execution of SQL statements with different parameters.
- Provides client examples for easy testing and integration.
- Supports in-memory and file-based SQLite databases.
- 2 GitHub stars
Use Cases
- Accessing SQLite databases remotely via MCP.
- Automating database tasks using scripts and batch operations.
- Integrating SQLite databases into MCP-compatible systems.