memoro for Zed
io.github.circassian1977-byte/memoro
Personal AI memory layer on your own computer. Read/write durable memory across MCP clients.
client:Zed
transport:stdio
runtime:npm
Install memoro in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memoro": {
"command": "npx",
"args": [
"-y",
"@memoro/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs