The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Sqlite3 listing page.
MCP server exposing sqlite3 library functionality
Exposes complete sqlite3 functionality as MCP tools.
connect_database - Open a database connectionclose_connection - Close a database connectioncommit / rollback - Transaction controlexecute_query - Execute a query and return resultsexecute_many - Execute with multiple parameter setsexecute_script - Execute a SQL scriptlist_tables - List all tablesget_table_info - Get table schemacreate_table / drop_table - DDL operationsinsert_row / update_rows / delete_rows / select_rowsmcp-name: io.github.daedalus/mcp-sqlite3