CogSession for Zed
io.github.premanand8800/cogsession
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
client:Zed
transport:stdio
runtime:pypi
Install CogSession in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs