memori mcp for Zed
io.github.memorilabs/memori-mcp
Memori MCP server — persistent AI memory with recall and augmentation tools
client:Zed
transport:stdio
runtime:npm
Install memori mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memori-mcp": {
"command": "npx",
"args": [
"-y",
"@memorilabs/memori-mcp"
],
"env": {
"MEMORI_API_KEY": "<MEMORI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs