Skip to content
Gemini CLI

Longhand for Gemini CLI

io.github.wynelson94/longhand

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

client:Gemini CLI transport:stdio runtime:pypi

Install Longhand in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Longhand in other clients