mcp-sqlite

mcp-sqlite

3.5

If you are the rightful owner of mcp-sqlite 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 MCP SQLite Server is a Model Context Protocol server designed to facilitate comprehensive interaction with SQLite databases, offering a range of features for database management and query execution.

db_info

Get detailed information about the connected database.

list_tables

List all tables in the database.

get_table_schema

Get detailed information about a table's schema.

create_record

Insert a new record into a table.

read_records

Query records from a table with optional filtering.

update_records

Update records in a table that match specified conditions.

delete_records

Delete records from a table that match specified conditions.

query

Execute a custom SQL query against the connected SQLite database.