Skip to content
VS Code

Longhand for VS Code

io.github.wynelson94/longhand

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

client:VS Code transport:stdio runtime:pypi

Install Longhand in VS Code

.vscode/mcp.json

{
  "servers": {
    "longhand": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "longhand"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Longhand in other clients