ngquocnhat9317/memory-mcp-server ? reverse-engineered prompt
Reverse engineered prompt
Build me a local MCP memory server for coding agents that works over stdio and keeps durable long term memory in a SQLite file. I want it to feel automatic, not like something the agent has to remember to use manually. When a new task starts, it should look for related past memories and surface the best matches right away, preferably from the same workspace, with enough source info to see where they came from. During a task, the agent should be able to log step by step reasoning, mark important moments, and later replay the full trace for auditing. When the task ends, it should save a conclusion and optionally store it as reusable memory.
Please also make it clean and practical. Old unfinished sessions should expire on a configurable timer instead of piling up. Keep everything local only, no hosted service. Make it easy to use from Claude Code, Cursor, and Codex with simple install or config examples. If possible, include an optional local telemetry mode for usage reports and agent scorecards. Look up current MCP docs if you need to.
Have a live product UI? Try website reverse