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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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