mcp-sqlite

mcp-sqlite

10

The MCP SQLite Server is designed to facilitate extensive interaction with SQLite databases through the Model Context Protocol. It allows users to perform CRUD operations, database exploration, and execute custom queries, enhancing their database management tasks within compatible IDEs.

db_info

Get detailed information about the connected database

list_tables

List all tables in the database

get_table_schema

Get detailed structure information of the table

create_record

Insert a new record into the table

read_records

Query records from tables, support conditional filtering

update_records

Update records that meet the criteria in the table

delete_records

Delete records that meet the criteria in the table

query

Perform custom SQL queries