YohadH

9 mods across 1 repository, 4 stars between them.

thrift

01

YohadH/thrift-memory

Plugin Claude Code

Cost-first memory for AI agents — the Thrift Memory plugin (MCP server + memory-aware agent + slash commands).

4 1mo ago A tokens not measured

thrift-memory

02

YohadH/thrift-memory

Plugin Claude Code

Cost-first memory for AI agents — automatic. A SessionStart hook injects a budgeted memory slice at every session start, resume, /clear, and post-compaction, so memory survives context loss with no tool calls. Bundles the thrift-memory MCP server (remember / recall / searchmemory), a memory-aware agent, and slash comm.

4 1mo ago A tokens not measured

thrift

03

YohadH/thrift-memory

MCP server Claude CodeCodexCursor +2

Cost-first MCP memory server for coding agents that stop reloading large MEMORY.md, AGENTS.md, and project context files every session. Recalls only task-relevant memory under a hard token budget and returns a savings receipt: baselineTokens vs injectedTo. Runs locally from the thrift-memory npm package.

4 1mo ago A tokens not measured

memory-keeper

04

YohadH/thrift-memory

Agent

Memory-aware worker backed by the Thrift MCP server. Recalls only the relevant memory slice under a token budget before starting a task, and stores durable facts back afterward. Use for tasks that benefit from accumulated project/org context without reloading everything every run.

4 1mo ago A 55 tokens

SessionStart

07

YohadH/thrift-memory

Hook

Runs when a session starts, running npx --prefer-offline --yes thrift-memory session-context --b. From YohadH/thrift-memory.

4 1mo ago A tokens not measured

UserPromptSubmit

08

YohadH/thrift-memory

Hook

Runs when you submit a prompt, before the agent sees it, running npx --prefer-offline --yes thrift-memory context-watch. From YohadH/thrift-memory.

4 1mo ago A tokens not measured

PreCompact

09

YohadH/thrift-memory

Hook

Runs before the context is compacted, running an inline shell check. From YohadH/thrift-memory.

4 1mo ago A tokens not measured