← All servers
πŸ—„οΈ

Encrypted SqliteVerifiedπŸ›‘ No advisories

io.github.rosch100/mcp-encrypted-sqlite
New to MCP? Start here β†’
0β˜… stars
0weekly installs
8 months agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/rosch100, which proved it owns this namespace.

Verified owner: github.com/rosch100 β†—io.github.rosch100/mcp-encrypted-sqlite

πŸ›‘ Permissions & trustwhat this server can touch before you run it

β—†
Secrets required
Needs DB_PASSPHRASE.
βœ“
Configuration
Reads DB_PATH.

About

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

Packages & transports

dockerghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1vlatest Β· docker run

Metadata

Categorydatabases
LicenseApache-2.0
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp_encrypted_sqlite": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1