Skip to content
Zed

claude find for Zed

io.github.cavinooo/claude-find

Pull Deep Memory from across your Claude Code Sessions — when you need it.

client:Zed transport:stdio runtime:npm

Install claude find in Zed

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

{
  "context_servers": {
    "claude-find": {
      "command": "npx",
      "args": [
        "-y",
        "claude-find"
      ]
    }
  }
}

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

claude find in other clients