Skip to content
Zed

Longhand for Zed

io.github.wynelson94/longhand

Local memory for Claude Code. Semantic recall across session history with zero API calls.

client:Zed transport:stdio runtime:pypi

Install Longhand in Zed

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

{
  "context_servers": {
    "longhand": {
      "command": "uvx",
      "args": [
        "longhand"
      ]
    }
  }
}

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

Longhand in other clients