Session Forge for Zed
io.github.420247jake/session-forge
Persistent memory and session intelligence for AI coding assistants. Zero config.
client:Zed
transport:stdio
runtime:npm
Install Session Forge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"session-forge": {
"command": "npx",
"args": [
"-y",
"session-forge"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs