mcp/sqlite

Verified Publisher

By mcp

Updated about 1 year ago

Database interaction and business intelligence capabilities.

Image
Machine learning & AI
17

50K+

mcp/sqlite repository overview

SQLite (Archived) MCP Server

Database interaction and business intelligence capabilities.

What is an MCP Server?

MCP Info

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/sqlite/Dockerfile
Commitb4ee623039a6c60053ce67269701ad9e95073306
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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:efbc05cca

Size

81 MB

Last updated

about 1 year ago

docker pull mcp/sqlite

This week's pulls

Pulls:

771

Last week