Global Agent Memory for Zed
io.github.ozankasikci/global-agent-memory
Shared, project-aware memory for Claude Code, Codex, and other agents with human review.
client:Zed
transport:stdio
runtime:pypi
Install Global Agent Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"global-agent-memory": {
"command": "uvx",
"args": [
"global-memory-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs