Dev Tools · 1h ago
Open-source tool memcp lets AI coding agents share memory across tools
Memcp is an open-source tool that captures session logs from multiple AI coding agents like Claude Code and Codex CLI, storing them in a local SQLite database. It exposes the data via MCP, allowing agents to search and read work done by other agents. The tool supports full-text search and manual log ingestion, with all data staying on the user's machine.
Meridian48 take
While useful for developers juggling multiple AI coding assistants, memcp's reliance on manual parser creation for each new agent limits its scalability beyond the initial supported tools.
ai-coding-agentsopen-source-tool