madnh/mcp-server-sqlite
3.2
If you are the rightful owner of mcp-server-sqlite and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The SQLite MCP Server is a comprehensive Model Context Protocol server designed for efficient and secure interactions with SQLite databases.
Tools
Functions exposed to the LLM to take actions
query
Execute read-only SQL queries (SELECT statements).
execute
Execute write operations (INSERT, UPDATE, DELETE, CREATE, DROP).
create-table
Create new tables with column definitions and constraints.
drop-table
Remove tables from the database.
insert-record
Insert new records with data validation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client