← Index

io.github.rosch100/mcp-sqlite

io.github.rosch100/mcp-sqlite·v0.2.4·Databases
Quality Score
70
/100

MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-sqlite": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/rosch100/mcp-sqlite:0.2.4"
      ],
      "env": {
        "DB_PATH": "<db_path>",
        "DB_PASSPHRASE": "<your-db_passphrase>"
      }
    }
  }
}
§02  Environment variables
DB_PATH
required

Path to the encrypted SQLite database file

DB_PASSPHRASE
requiredsecret

Passphrase for decrypting the database

§03  MCP Quality Score  ·  methodology
freshness
15
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Databases