mcp-sqlite

cnosuke/mcp-sqlite

3.2

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.

MCP SQLite Server is a Go-based MCP server implementation that wraps an SQLite database, allowing MCP clients to interact with SQLite via a standardized JSON‑RPC protocol.

Tools

Functions exposed to the LLM to take actions

create_table

Executes a CREATE TABLE statement.

describe_table

Retrieves schema details for a specific table.

list_tables

Returns a list of all tables in the SQLite database.

read_query

Executes SELECT queries and returns the result in JSON format.

write_query

Executes write queries such as INSERT, UPDATE, or DELETE.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources