rvarun11/sqlite-mcp
3.3
If you are the rightful owner of sqlite-mcp 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 provides a standardized interface for SQLite database operations, enabling schema introspection, query execution, and database modifications.
Tools
Functions exposed to the LLM to take actions
get_schema
List all tables in the SQLite database with their schema information
query
Execute SELECT queries against the SQLite database
execute
Execute DDL/DML operations against the SQLite database
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client