SQLite (Archived)

SQLite (Archived)

Database interaction and business intelligence capabilities.

10K+

14

6 Tools

Signed
Built by Docker
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

SQLite (Archived) MCP Server

Database interaction and business intelligence capabilities.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/sqlite
Authormodelcontextprotocol
Repositoryhttps://github.com/modelcontextprotocol/servers
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/2025.4.24/src/sqlite/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/sqlite --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (6)

Tools provided by this ServerShort Description
append_insightAdd a business insight to the memo
create_tableCreate a new table in the SQLite database
describe_tableGet the schema information for a specific table
list_tablesList all tables in the SQLite database
read_queryExecute a SELECT query on the SQLite database
write_queryExecute an INSERT, UPDATE, or DELETE query on the SQLite database

Tools Details

Tool: append_insight

Add a business insight to the memo

ParametersTypeDescription
insightstringBusiness insight discovered from data analysis

Tool: create_table

Create a new table in the SQLite database

ParametersTypeDescription
querystringCREATE TABLE SQL statement

Tool: describe_table

Get the schema information for a specific table

ParametersTypeDescription
table_namestringName of the table to describe

Tool: list_tables

List all tables in the SQLite database

Tool: read_query

Execute a SELECT query on the SQLite database

ParametersTypeDescription
querystringSELECT SQL query to execute

Tool: write_query

Execute an INSERT, UPDATE, or DELETE query on the SQLite database

ParametersTypeDescription
querystringSQL query to execute

Use this MCP Server

{
  "mcpServers": {
    "SQLite": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "/local-directory:/local-directory",
        "mcp/sqlite",
        "--db-path",
        "/mcp/db.sqlite"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers