OMEM for Zed
io.github.troybrandonc-bit/omem
Memory for AI agents that tracks beliefs over time and surfaces contradictions
client:Zed
transport:stdio
runtime:pypi
Install OMEM in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"omem": {
"command": "uvx",
"args": [
"omem-infrastructure"
],
"env": {
"OMEM_API_KEY": "<OMEM_API_KEY>",
"OMEM_PROJECT": "<OMEM_PROJECT>",
"OMEM_BASE_URL": "<OMEM_BASE_URL>",
"OMEM_AGENT": "<OMEM_AGENT>",
"OMEM_USER": "<OMEM_USER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs