sp-context - persistent agent memory with BM25
Gives every agent persistent memory of team knowledge using Git plus BM25 retrieval - no vector DB, ~114 tokens per session. TypeScript/Bun, works with Claude Code.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Memory and knowledge graphs for AI agents
Memory layers, knowledge graphs, and persistent context stores for agents - the substrate underneath useful long-running systems.
Related entries
mex - persistent project memory for AI agents
Structured scaffold and drift-detection CLI that gives Claude Code, Cursor, and other coding agents a project-level memory file that stays in sync with the codebase.
memctx - autonomous session memory for Claude Code
Claude Code plugin that captures session summaries, builds searchable history, and auto-injects context into new sessions. Stops you from re-explaining the codebase every morning.
entroly - self-evolving repo context compressor
Rust daemon that compresses 2M-token repos down ~95% into a Principal Engineer-style context for Cursor, Claude Code, Opus, Codex, and custom providers.
claude-historian-mcp - search past Claude Code chats
MCP server that indexes Claude Code conversation history and exposes it as a searchable tool. Lets agents recall what was decided in past sessions instead of re-deriving it.