simonholm/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 designed to facilitate SQLite database operations, integrating seamlessly with Anthropic's filesystem MCP for comprehensive file and database workflows.
Tools
Functions exposed to the LLM to take actions
create_database
Create new SQLite databases.
execute_sql
Run CREATE, INSERT, UPDATE, DELETE statements.
query_sql
Execute SELECT queries with formatted table results.
list_tables
Show all tables in a database.
describe_table
Get detailed table schema information.
backup_database
Create timestamped database backups.
import_csv
Import CSV files into database tables.
export_csv
Export query results to CSV files.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client