shodh memory for Zed
io.github.varun29ankus/shodh-memory
Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.
client:Zed
transport:stdio
runtime:npm
Install shodh memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shodh-memory": {
"command": "npx",
"args": [
"-y",
"@shodh/memory-mcp"
],
"env": {
"SHODH_API_URL": "<SHODH_API_URL>",
"SHODH_API_KEY": "<SHODH_API_KEY>",
"SHODH_USER_ID": "<SHODH_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs