memory mcp for Zed
com.letta/memory-mcp
MCP server for AI memory management using Letta - Standard MCP format
client:Zed
transport:stdio
runtime:npm
Install memory mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@letta-ai/memory-mcp"
],
"env": {
"LETTA_API_KEY": "<LETTA_API_KEY>",
"LETTA_USER_ID": "<LETTA_USER_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs