0xK3vin/MegaMemory ? reverse-engineered prompt

Reverse engineered prompt

Build me a small TypeScript tool for coding agents that acts like a persistent memory for each project.

I want it to run as an MCP server, so my agent can remember concepts, decisions, modules, and features across sessions, not just code symbols. It should let the agent search what it already knows before starting work, then save new knowledge after finishing a task. Please store everything in a local SQLite database inside the project, and make it feel like the memory survives over time.

Also include a simple web view where I can browse the knowledge graph in my browser and click around to inspect nodes and connections. It should have an easy install command that can set up the right config for common coding tools, and a few helper commands for bootstrap, save, merge, and conflict handling. If you need to look up current docs for MCP or editor setup, go ahead and check online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab