reference
Installation
SKILL.md
Reference — cross-tool session & memory recall for agents
Reference is one MCP server you register in each AI coding tool. It reads every tool's session transcripts and memory files from the local machine, so any agent can recall what any of them did before. Claude Code forgets what you did in Codex; Codex can't see your Claude history; Cursor knows neither. Reference fixes that.
It runs straight from GitHub with uv — no PyPI, no clone, no
build step. Pure-Python, offline BM25 ranking, only dependency is mcp. Read-only: it never
writes to your transcripts and never phones home.
Repo: https://github.com/Kuberwastaken/reference · License: MIT