io.github.rosch100/mcp-encrypted-sqlite
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_PATHrequired
Path to the encrypted SQLite database file (inside container: /data/database.sqlite)
DB_PASSPHRASErequiredsecret
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
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…