mcp-encrypted-sqlite
About
MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DB_PATH DB_PASSPHRASEClaude Code
claude mcp add --env DB_PATH= --env DB_PASSPHRASE= mcp-encrypted-sqlite -- docker ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-encrypted-sqlite","command":"docker","args":["ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"],"env":{"DB_PATH":"","DB_PASSPHRASE":""}}'
JSON
{
"mcpServers": {
"mcp-encrypted-sqlite": {
"command": "docker",
"args": [
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "",
"DB_PASSPHRASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.