Built DevPartner to solve Cursor's context amnesia - Private beta open

Anyone else frustrated when Cursor forgets your entire project context between sessions?

Built DevPartner because I was tired of re-explaining architecture decisions, having AI forget what we discussed yesterday, and losing strategic project context every conversation.

DevPartner gives Cursor/Claude persistent memory through MCP. Your AI remembers everything - architecture choices, coding patterns, project goals, technical decisions.

Just used it to document DevPartner itself across multiple repos. Never lost context, tracked dependencies perfectly, handled complex multi-codebase documentation without starting over.

Private beta open: www.devpartner.ai

Would love feedback from other Cursor devs hitting the same context walls.

Similar approach here — I open-sourced tdai-memory-mcp for the same problem. Local SQLite with hybrid BM25 + vector search (sqlite-vec), no cloud dependency. Lifecycle hooks handle auto-recall on session start and auto-capture on exit. Also indexes code symbols (Tree-sitter) and markdown docs alongside memory. Works with Cursor, Claude Code, Devin, Codex. npx tdai-memory-mcp setup and you are done.