SQLite

By thumbsupordown

MCP server for SQLite databases: run read and write SQL queries, create and inspect tables, and accumulate business insights as a memo resource.

Tools

append_insight

Append a discovered business insight to the server's continuously updated insights memo.

create_table

Create a new table in the SQLite database from a CREATE TABLE statement.

describe-table

Show the schema of a specified table, including its column names and data types.

list_tables

List all of the tables that currently exist in the SQLite database.

read_query

Execute a SELECT query to read and return rows from the SQLite database.

write_query

Execute an INSERT, UPDATE, or DELETE statement against the SQLite database.

Want to create your own MCP server?

Create an account to add and manage your own MCP servers.