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
{
"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