Skip to content
Zed

LLMnesia for Zed

com.llmnesia/mcp

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

client:Zed transport:stdio runtime:npm

Install LLMnesia in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@llmnesia/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

LLMnesia in other clients