Manage Agent Memory with AGENT_MEMORY.md
masterThe MCP server manages a curated markdown file named AGENT_MEMORY.md to provide durable context for future agent runs. Use agent_memory_append to add information to this file.
Use cases for memory:
- Engine facts learned from previous runs.
- Successful strategies and known gotchas.
- Advice for future agents or maintainers (e.g., reporting missing tools or architecture problems).
- Problem reports for recurring friction.
Best Practices:
- Do not use it as a chat transcript.
- Keep notes short and replace stale entries.
- Avoid duplicate bullets.