Back to MCP Servers
Longhand
Persistent local memory for Claude Code. Indexes every session JSONL verbatim into SQLite + ChromaDB for semantic recall (~126ms) across your entire history. Never summarizes, zero API calls, 17 MCP tools including fuzzy `recall`, deterministic `replay_file`, and git-aware `reca…
knowledge-memorysqliteapi
By Wynelson94
Installation
npx -y longhandConfiguration
{
"mcpServers": {
"longhand": {
"command": "npx",
"args": ["-y", "longhand"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes