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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IncomeStreamSurfer/roo-code-memory-bank-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server