← Back to browse

mcp-sqlite

Indexed by io.github.rosch100

About

MCP server for SQLCipher 4 encrypted SQLite databases with full CRUD operations and query support

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 varsDB_PATH DB_PASSPHRASE
Claude Code
claude mcp add --env DB_PATH= --env DB_PASSPHRASE= mcp-sqlite -- docker ghcr.io/rosch100/mcp-sqlite:0.2.4
Cursor

Add to 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-sqlite","command":"docker","args":["ghcr.io/rosch100/mcp-sqlite:0.2.4"],"env":{"DB_PATH":"","DB_PASSPHRASE":""}}'
JSON
{
  "mcpServers": {
    "mcp-sqlite": {
      "command": "docker",
      "args": [
        "ghcr.io/rosch100/mcp-sqlite:0.2.4"
      ],
      "env": {
        "DB_PATH": "",
        "DB_PASSPHRASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.