Enables AI agents to persistently store and retrieve project information from a memory file.
Project Memory provides an MCP server that allows AI agents, such as Claude, to maintain persistent memory about projects between conversations. It stores project information in Markdown format within a MEMORY.md file in each project directory, enabling retrieval at the start of conversations and updates via patches. This allows for efficient management and recall of project details across multiple interactions with AI assistants.