Roo Code Memory Bank MCP Server

append_memory_bank_entry

Adds a timestamped entry to a specified file in the memory bank, optionally under a specific markdown header, to maintain persistent project context for AI assistants.

Instructions

Appends a new, timestamped entry to a specified file, optionally under a specific markdown header.

Input Schema

NameRequiredDescriptionDefault
entryYesThe content of the entry to append.
file_nameYesThe name of the memory bank file to append to.
section_headerNo(Optional) The exact markdown header (e.g., '## Decision') to append under.

Input Schema (JSON Schema)

{ "properties": { "entry": { "description": "The content of the entry to append.", "type": "string" }, "file_name": { "description": "The name of the memory bank file to append to.", "type": "string" }, "section_header": { "description": "(Optional) The exact markdown header (e.g., '## Decision') to append under.", "type": "string" } }, "required": [ "file_name", "entry" ], "type": "object" }

You must be authenticated.

Other Tools from Roo Code Memory Bank MCP Server

Related Tools

ID: 0io7cvii44