agent memory mcp for Zed
io.github.xultrax-web/agent-memory-mcp
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
client:Zed
transport:stdio
runtime:npm
Install agent memory mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"env": {
"AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
"AGENT_MEMORY_SCOPE": "<AGENT_MEMORY_SCOPE>",
"AGENT_MEMORY_LOG": "<AGENT_MEMORY_LOG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs