sqlite-mcp-server

nipunap/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 henry@mcphub.com.

The SQLite MCP Server is a server-side implementation of the Model Context Protocol (MCP) for managing and interacting with multiple SQLite databases through a standardized protocol.

Tools

Functions exposed to the LLM to take actions

db/register_database

Register a new SQLite database for use.

db/list_databases

List all registered databases.

db/get_table_schema

Get schema for a specific table in a database.

db/insert_record

Insert a new record into a table.

db/query

Execute a read-only SQL query on a specific database.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources