Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

memory mcp in other clients