mcp-sqlite
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.
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.