Skip to content
Zed

soulsketch for Zed

io.github.bytewizard42i/soulsketch

Portable, user-owned AI memory packs: read, validate, fingerprint, diff, and observe

client:Zed transport:stdio runtime:npm

Install soulsketch 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": {
    "soulsketch": {
      "command": "npx",
      "args": [
        "-y",
        "@soulsketch/mcp-server"
      ],
      "env": {
        "SOULSKETCH_ALLOWED_ROOTS": "<SOULSKETCH_ALLOWED_ROOTS>"
      }
    }
  }
}

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

soulsketch in other clients