sqlite-mcp

FlowTheTensor/sqlite-mcp

3.2

If you are the rightful owner of sqlite-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The SQLite MCP Server Project is designed to teach how to query a SQLite database using a Large Language Model (LLM) through a Model Context Protocol (MCP) server.

Tools

Functions exposed to the LLM to take actions

list_tables

Lists all tables in the database.

describe_table

Shows the structure of a table.

query_database

Executes SQL SELECT queries.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources