Serversio.github.rosch100/mcp-encrypted-sqlite
S

io.github.rosch100/mcp-encrypted-sqlite

io.github.rosch100/mcp-encrypted-sqlite · v0.4.1
▦ docker
v0.4.1docker oci: ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.rosch100/mcp-encrypted-sqlite",
  "description": "MCP server for encrypted SQLite databases (SQLCipher 4) - Works with MoneyMoney, KeePass and more",
  "repository": {
    "url": "https://github.com/rosch100/mcp-encrypted-sqlite",
    "source": "github"
  },
  "version": "0.4.1",
  "websiteUrl": "https://github.com/rosch100/mcp-encrypted-sqlite",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/rosch100/mcp-encrypted-sqlite:0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the encrypted SQLite database file (inside container: /data/database.sqlite)",
          "isRequired": true,
          "format": "string",
          "name": "DB_PATH"
        },
        {
          "description": "Passphrase for decrypting the database (or use encrypted: prefix for encrypted passphrases)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DB_PASSPHRASE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}