MindGraph adds durable graph memory to Claude Code and Codex sessions
ShanRizvi · x · 2026-07-29
The author says coding agents keep forgetting everything once a session ends, so they shipped a fix: a graph-managed work substrate for Claude Code and Codex.
- Tasks, iterations, blockers, and lessons are stored as durable, code-anchored graph state.
- A new session, even on another machine, receives a short bounded brief: active task, blocker, failed attempt, and next action.
- They say they tested it live: one session failed, another resumed cold and finished, and a third queried the history.
- The system supports multiple repositories and can be shared with teammates working on the same codebase.
- Install command: npx -y mindgraph-mcp install-code --api-key ... --hooks.
More from coding & agent
- Grok Praised as "Overpowered" for Multi-file Refactors in Cursor — Scobleizer · 2026-07-29
- Moonshot will demo Kimi K3, a 2.8T open model with a 1M-token context window — zainhas · 2026-07-29
- A Memory MCP server keeps an agent’s context across sessions — heypearlai · 2026-07-29
- Two MCP servers add persistent memory and live Sentry data to agents — heypearlai · 2026-07-29
- Figma and Sentry MCP servers push design data and live errors into coding agents — heypearlai · 2026-07-29
- GitHub MCP Server and Context7 emerge as core tools for coding agents — heypearlai · 2026-07-29