thrift
01Plugin Claude Code
Cost-first memory for AI agents — the Thrift Memory plugin (MCP server + memory-aware agent + slash commands).
Plugin Claude Code
Cost-first memory for AI agents — the Thrift Memory plugin (MCP server + memory-aware agent + slash commands).
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.
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.
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.
Command
Recall the memory slice relevant to a task under a token budget, then proceed.
Command
Store a durable memory via the Thrift MCP server (org scope by default).
Hook
Runs when a session starts, running npx --prefer-offline --yes thrift-memory session-context --b. From 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.
Hook
Runs before the context is compacted, running an inline shell check. From YohadH/thrift-memory.