Skip to content
Cursor

Longhand for Cursor

io.github.wynelson94/longhand

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

client:Cursor transport:stdio runtime:pypi

Install Longhand in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Longhand in other clients