neverinfamous/sqlite-mcp-server
3.3
If you are the rightful owner of sqlite-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The SQLite MCP Server is a robust database interaction platform that enhances SQLite with advanced features for business intelligence and JSON handling.
Tools
Functions exposed to the LLM to take actions
read_query
Execute SELECT queries with support for window functions.
write_query
Execute INSERT, UPDATE, or DELETE queries with transaction safety.
create_table
Create new tables in the database.
list_tables
Get a list of all tables in the database.
describe_table
Show schema information for a specific table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client