Mnemosyne OS for Zed
io.github.mnemosyne-os/mcp
Memory the human governs, on their own machine, plus what other coding agents here wrote.
client:Zed
transport:stdio
runtime:npm
Install Mnemosyne OS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mnemosyne_os/mcp"
],
"env": {
"MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
"MNEMO_VAULTS": "<MNEMO_VAULTS>",
"MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs