Longhand
Rank #4718glama/Wynelson94/longhand
Persistent local memory for Claude Code that indexes every session's JSONL file verbatim into SQLite + ChromaDB. Exposes 17 MCP tools for semantic recall, deterministic file replay, and fuzzy "do you remember when..." queries across your entire session history — no API calls, nothing leaves the machine.
Longhand is a Model Context Protocol (MCP) server published by Wynelson94. It ranks #4718 of 58,900 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Longhand is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 54,182 of 58,900 servers on MCP Toplist.
Use Longhand
Add Longhand to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"longhand": {
"command": "uvx",
"args": [
"longhand"
]
}
}
}Listed on 1 registry (1 delisted)
Wynelson94
Available versions (1)
| Version | Published |
|---|---|
| 0.5.5 | Apr 15, 2026 |
Frequently asked questions
- What is Longhand?
- Persistent local memory for Claude Code that indexes every session's JSONL file verbatim into SQLite + ChromaDB. Exposes 17 MCP tools for semantic recall, deterministic file replay, and fuzzy "do you remember when..." queries across your entire session history — no API calls, nothing leaves the machine.
- Who maintains Longhand?
- Longhand is maintained by Wynelson94, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Longhand an official MCP server?
- Yes — Longhand is listed on the Official MCP Registry, alongside Glama.
- How many versions does Longhand have?
- MCP Toplist tracks 1 version of Longhand, most recently published on Apr 15, 2026.
- Where can I find the source code for Longhand?
- The source code for Longhand is hosted at github.com/Wynelson94/longhand.