Open-source tool memcp lets AI coding agents share memory across sessions
A developer has released memcp, an open-source tool that enables multiple AI coding agents to share session history stored in a local SQLite database. The tool addresses a common pain point where switching between agents like Claude Code and Codex CLI requires users to re-explain prior decisions and context from scratch. memcp captures session logs from different agents, normalizes them into a unified schema, and exposes them via the Model Context Protocol (MCP) so any connected agent can query past work done by another. All data is stored locally with no cloud sync or telemetry, and adding support for a new agent requires writing just a single parsing function. The project is available on GitHub and currently supports cross-vendor agents including Claude Code and Codex CLI.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in