roo-code-memory-bank-mcp-server

roo-code-memory-bank-mcp-server

39

The Roo Code Memory Bank MCP Server enables AI assistants to maintain and access project context utilizing a file-based memory bank structure. It offers tools for initializing, checking, reading, and appending to memory files, streamlining the AI's interaction with historical project data.

What is the purpose of the Roo Code Memory Bank MCP Server?

The server helps AI assistants maintain project context across sessions by interacting with a file-based memory bank, ensuring consistent and up-to-date project information.

How do I initialize the memory bank?

Use the 'initialize_memory_bank' tool to create the memory bank directory and standard markdown files with initial templates.

Can I check if the memory bank already exists?

Yes, use the 'check_memory_bank_status' tool to verify the existence of the memory bank directory and list its files.

How do I append new information to the memory bank?

Use the 'append_memory_bank_entry' tool to add a new, timestamped entry to a specified file, optionally under a specific markdown header.

What should I do if the memory bank does not exist?

If the memory bank does not exist, consider using the 'initialize_memory_bank' tool to create it, if appropriate for the project.