Skip to main content
Glama

Memory Bank MCP

write_memory_bank_file

Writes specified content to a named file in the Memory Bank MCP server, enabling AI assistants to store and manage session context and progress efficiently.

Instructions

Write to a Memory Bank file

Input Schema

NameRequiredDescriptionDefault
contentYesContent to write to the file
filenameYesName of the file to write

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to write to the file", "type": "string" }, "filename": { "description": "Name of the file to write", "type": "string" } }, "required": [ "filename", "content" ], "type": "object" }

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/movibe/memory-bank-mcp'

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