MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more
npx @getmcp/cli add io.github.rosch100/mcp-encrypted-sqliteRequires Docker Engine. Community-contributed server. Review source before installing.
DB_PATHPath to the encrypted SQLite database file (inside container: /data/database.sqlite)
DB_PASSPHRASEPassphrase for decrypting the database (or use encrypted: prefix for encrypted passphrases)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rosch100/mcp-encrypted-sqlite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DB_PATH",
"-e",
"DB_PASSPHRASE",
"ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
],
"env": {
"DB_PATH": "",
"DB_PASSPHRASE": ""
}
}
}
}Ephemeral data sandbox for AI workflows with guardrails and security
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Rust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.