SQLite MCP Server
Active
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 data, and automatically generating business insight memos.
Updated 8/2/2025
Key Features
What makes this MCP server special
SELECT
 INSERT
 DELETE
 Create
Requirements
UV
 Docker
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
modelcontextprotocol
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
-2. Configuration
{
  "mcpServers": {
    "sqlite": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-v",
        "mcp-test:/mcp",
        "mcp/sqlite",
        "--db-path",
        "/mcp/test.db"
      ]
    }
  }
}3. Usage Example
Read table