mnemo mcp for Zed
io.github.n24q02m/mnemo-mcp
Persistent AI memory with hybrid search and embedded sync. Open, free, unlimited.
client:Zed
transport:stdio
runtime:pypi
Install mnemo mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mnemo-mcp": {
"command": "uvx",
"args": [
"mnemo-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs