arun-gupta/sqlite-mcp-server
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 Model Context Protocol server that facilitates interactions with SQLite databases through a standardized interface, enabling AI assistants and other MCP clients to perform database operations efficiently.
Tools
Functions exposed to the LLM to take actions
list_tables
Lists all tables in the database
describe_table
Describes the schema of a specific table
run_query
Executes SELECT queries and returns results as JSON
insert_row
Inserts a new row into a table
update_row
Updates rows based on conditions
delete_row
Deletes rows based on conditions
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client