# SQLite MCP Server ## Overview A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence
If you already use SQLite, the sqlite mcp server is the piece that lets your assistant work with it directly. # SQLite MCP Server ## Overview A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business.
bash bun install 4. Run the setup script to configure the server in Claude Desktop: bash bun run setup Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
read-query — Execute SELECT queries to read data from the databaseInput — - query (string): The SELECT SQL query to executeReturns — Query results as array of objectswrite-query — Execute INSERT, UPDATE, or DELETE queriescreate-table — Create new tables in the databaselist-tables — Get a list of all tables in the databasedescribe-table — View schema information for a specific tableappend-insight — Add new business insights to the memo resourceResources — The server exposes a single dynamic resource: - memo://insights: A continuously updated business insights memo that aggregates discovered insightsPrompts — The server provides a demonstration prompt: - mcp-demo: Interactive prompt that guides users through database operations - Required argument: topic -Tools — The Tools tool exposed by this serverLogging — The server maintains detailed logs in: - server.log: Located in the project root directory - Logs include timestamps, log levels (DEBUG, INFO, WARNThis sits in the database access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. SQLite's toolset — read-query, Input, Returns and 10 more — is a fair guide to whether it matches your workflow. It is maintained by jacksteamdev; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against SQLite's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| read-query | Execute SELECT queries to read data from the database |
| Input | - query (string): The SELECT SQL query to execute |
| Returns | Query results as array of objects |
| write-query | Execute INSERT, UPDATE, or DELETE queries |
| create-table | Create new tables in the database |
| list-tables | Get a list of all tables in the database |
| describe-table | View schema information for a specific table |
| append-insight | Add new business insights to the memo resource |
| Resources | The server exposes a single dynamic resource: - memo://insights: A continuously updated business insights memo that aggregates discovered insights during analysis - Auto-updates as new insights are discovered via the app |
| Prompts | The server provides a demonstration prompt: - mcp-demo: Interactive prompt that guides users through database operations - Required argument: topic - The business domain to analyze - Generates appropriate database schema |
| Tools | The Tools tool exposed by this server. |
| Logging | The server maintains detailed logs in: - server.log: Located in the project root directory - Logs include timestamps, log levels (DEBUG, INFO, WARN, ERROR, FATAL), and structured metadata |
| Database | The SQLite database file is created at: - data.sqlite: Located in the project root directory - Created automatically if it doesn't exist |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.