SQLite MCP Server provides a lightweight database management solution using SQLite, offering standardized tools for SQL operations, table management, and business insights tracking. Built with TypeScript and Docker support, it enables easy database interactions through a simple interface, with specific focus on in-memory and configurable database storage. Particularly useful for applications requiring quick, embedded database operations with minimal setup complexity.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Execute SELECT, WITH (CTE), or EXPLAIN queries
Execute INSERT, UPDATE, DELETE, or REPLACE queries
Create a new table with a CREATE TABLE statement
Drop a table (irreversible)
List all user-created tables
Get table schema: columns, indexes, and foreign keys
Add a business insight to the memo resource