mcp-sqlite

jparkerweb/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.

Tools

Functions exposed to the LLM to take actions

db_info

Get information about the SQLite database including path, existence, size, and table count

query

Execute a raw SQL query against the database with optional parameter values

list_tables

List all user tables in the SQLite database (excludes system tables)

get_table_schema

Get the schema information for a specific table including column details

create_record

Insert a new record into a table with specified data

read_records

Read records from a table with optional conditions, limit, and offset

update_records

Update records in a table based on specified conditions

delete_records

Delete records from a table based on specified conditions

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources