CP Memory for Zed
io.github.cjhuochai/cp-memory
Local-first, governable long-term memory for AI coding agents
client:Zed
transport:stdio
runtime:pypi
Install CP Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cp-memory": {
"command": "uvx",
"args": [
"cp-memory-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs