← Index

io.github.rosch100/mcp-encrypted-sqlite

io.github.rosch100/mcp-encrypted-sqlite·v0.4.1·Databases
Quality Score
76
/100

MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more

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

Path to the encrypted SQLite database file (inside container: /data/database.sqlite)

DB_PASSPHRASE
requiredsecret

Passphrase for decrypting the database (or use encrypted: prefix for encrypted passphrases)

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