SQLite MCP Server
@jacksteamdev
About SQLite MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-sqlite-bun-server": {
"command": "bun",
"args": [
"run",
"setup"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SQLite MCP Server?
A Model Context Protocol (MCP) server that provides database interaction and business intelligence capabilities through SQLite. It enables running SQL queries, analyzing business data, and automatically generating business insight memos.
How to use SQLite MCP Server?
Install Bun, clone the repository, run bun install to install dependencies, then bun run setup to automatically configure the server in Claude Desktop (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json). The server exposes tools, a dynamic resource, and a demo prompt for database operations.
Key features of SQLite MCP Server
- Execute SELECT, INSERT, UPDATE, DELETE queries
- Create tables with CREATE TABLE statements
- List and describe database tables
- Append business insights to a dynamic memo
- Auto-updating insights memo resource (
memo://insights) - Demonstration prompt for guided database analysis
Use cases of SQLite MCP Server
- Run ad‑hoc SQL queries against a local SQLite database
- Analyze business data and store discovered insights
- Automatically generate and maintain a business insights memo
- Walk through database analysis with a guided demo prompt
FAQ from SQLite MCP Server
What runtime does SQLite MCP Server require?
It requires Bun to be installed on your system.
Where is the SQLite database file stored?
The database file is created as data.sqlite in the project root directory; it is created automatically if it doesn’t exist.
How do I configure SQLite MCP Server for Claude Desktop?
Run bun run setup to automatically add the server configuration to your Claude Desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json).
What logs does the server keep?
The server writes detailed logs to server.log in the project root directory, including timestamps, log levels (DEBUG, INFO, WARN, ERROR, FATAL), and structured metadata.
What tools are provided?
Six core tools: read-query, write-query, create-table, list-tables, describe-table, and append-insight.
Frequently asked questions
What runtime does SQLite MCP Server require?
It requires [Bun](https://bun.sh) to be installed on your system.
Where is the SQLite database file stored?
The database file is created as `data.sqlite` in the project root directory; it is created automatically if it doesn’t exist.
How do I configure SQLite MCP Server for Claude Desktop?
Run `bun run setup` to automatically add the server configuration to your Claude Desktop config file (macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`).
What logs does the server keep?
The server writes detailed logs to `server.log` in the project root directory, including timestamps, log levels (DEBUG, INFO, WARN, ERROR, FATAL), and structured metadata.
What tools are provided?
Six core tools: `read-query`, `write-query`, `create-table`, `list-tables`, `describe-table`, and `append-insight`.
Basic information
More Databases MCP servers

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

nuzur
nuzur is a model-first database platform for MySQL and PostgreSQL. The MCP server lets any AI assistant or agent (Claude, Cursor, Gemini, or anything else that speaks MCP) design your schema, query your data, generate mi
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Comments