sqlite-mcp-server

lksrpp/sqlite-mcp-server

3.2

If you are the rightful owner of sqlite-mcp-server 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 is a tool that allows LLMs to interact with SQLite databases, providing read-only access for schema inspection and SQL query execution.

Tools

Functions exposed to the LLM to take actions

list_tables

Get all table names in the database

describe_table

Get column details, types, and relationships for a specific table

get_schema

Get complete database schema as CREATE TABLE statements

query

Execute read-only SQL queries (SELECT only)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources