Skip to content
Zed

mcp sqlite for Zed

io.github.rosch100/mcp-sqlite

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

client:Zed transport:stdio runtime:oci

Install mcp sqlite in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp sqlite in other clients