mcp-sqlite-tools

spences10/mcp-sqlite-tools

3.4

If you are the rightful owner of mcp-sqlite-tools 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.

A Model Context Protocol (MCP) server that provides comprehensive SQLite database operations for LLMs.

Tools

Functions exposed to the LLM to take actions

execute_read_query

Safe SELECT, PRAGMA, and EXPLAIN queries

execute_write_query

INSERT, UPDATE, DELETE operations

begin_transaction

Start database transactions with savepoint support

commit_transaction

Commit changes with nested transaction handling

rollback_transaction

Safely rollback changes and nested savepoints

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources