emulo for Zed
io.github.ohad6k/emulo
Mine your local AI coding session logs into a profile your agent loads before every task.
client:Zed
transport:stdio
runtime:pypi
Install emulo in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"emulo": {
"command": "uvx",
"args": [
"emulo"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs