Skip to content
Windsurf

mcp encrypted sqlite for Windsurf

io.github.rosch100/mcp-encrypted-sqlite

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

client:Windsurf transport:stdio runtime:oci

Install mcp encrypted sqlite in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-encrypted-sqlite": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
      ],
      "env": {
        "DB_PATH": "<DB_PATH>",
        "DB_PASSPHRASE": "<DB_PASSPHRASE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

mcp encrypted sqlite in other clients