Agentic coding
Agent-memory and token-reduction tools cluster on GitHub trending
- Category: Agentic coding
- Status: discussion
- Sources: cognee, headroom, codebase-memory-mcp, GitHub trending
- Summary: Several tools addressing agent memory and prompt-token reduction trended together on GitHub on 2026-06-22: cognee (self-hosted knowledge-graph long-term memory for agents), headroom (compresses tool outputs, logs, and RAG chunks before they reach the model), and codebase-memory-mcp (an MCP server that indexes a codebase into a persistent graph for low-token queries). They share the goal of cutting per-session context cost, the same gap the Show HN tool Recall targets for Claude Code.
- Why it matters: Persistent memory and context compaction are forming a distinct tooling layer as token cost and session-context limits become the binding constraint on coding agents.