Provides comprehensive CRUD operations and schema management for SQLite databases, enabling interaction with multiple database files through a standardized protocol.
Sponsored
This server provides comprehensive SQLite database operations through the Model Context Protocol, supporting Create, Read, Update, Delete (CRUD) operations on multiple SQLite database files. Each operation accepts a database path parameter, enabling flexible multi-database management and ensuring type safety with its full TypeScript implementation and Zod validation.