Database interaction and business intelligence capabilities.
50K+
Database interaction and business intelligence capabilities.
| Attribute | Details |
|---|---|
| Docker Image | mcp/sqlite |
| Author | modelcontextprotocol |
| Repository | https://github.com/modelcontextprotocol/servers |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/modelcontextprotocol/servers/blob/b4ee623039a6c60053ce67269701ad9e95073306/src/sqlite/Dockerfile |
| Commit | b4ee623039a6c60053ce67269701ad9e95073306 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/sqlite --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | MIT License |
| Tools provided by this Server | Short Description |
|---|---|
append_insight | Add a business insight to the memo |
create_table | Create a new table in the SQLite database |
describe_table | Get the schema information for a specific table |
list_tables | List all tables in the SQLite database |
read_query | Execute a SELECT query on the SQLite database |
write_query | Execute an INSERT, UPDATE, or DELETE query on the SQLite database |
append_insightAdd a business insight to the memo
| Parameters | Type | Description |
|---|---|---|
insight | string | Business insight discovered from data analysis |
create_tableCreate a new table in the SQLite database
| Parameters | Type | Description |
|---|---|---|
query | string | CREATE TABLE SQL statement |
describe_tableGet the schema information for a specific table
| Parameters | Type | Description |
|---|---|---|
table_name | string | Name of the table to describe |
list_tablesList all tables in the SQLite database
read_queryExecute a SELECT query on the SQLite database
| Parameters | Type | Description |
|---|---|---|
query | string | SELECT SQL query to execute |
write_queryExecute an INSERT, UPDATE, or DELETE query on the SQLite database
| Parameters | Type | Description |
|---|---|---|
query | string | SQL query to execute |
{
"mcpServers": {
"SQLite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/local-directory:/local-directory",
"mcp/sqlite",
"--db-path",
"/mcp/db.sqlite"
]
}
}
}
Content type
Image
Digest
sha256:efbc05cca…
Size
81 MB
Last updated
about 1 year ago
docker pull mcp/sqlitePulls:
771
Last week