Repo Memory for Zed
io.github.yubinkim444/repo-memory
Shared, git-tracked working memory for AI agents on the same codebase.
client:Zed
transport:stdio
runtime:pypi
Install Repo Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<REPO_MEMORY_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs