CogSession for Claude Desktop
io.github.premanand8800/cogsession
Session memory for AI coding agents: records decisions and dead ends, flags what went stale.
client:Claude Desktop
transport:stdio
runtime:pypi
Install CogSession in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cogsession": {
"command": "uvx",
"args": [
"cogsession"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs