Memory Bank MCP Server

by alioshr
Verified

memory_bank_write

Create and store structured project files in a centralized memory bank system, ensuring type-safe operations and file structure validation for efficient project management.

Instructions

Create a new memory bank file for a specific project

Input Schema

NameRequiredDescriptionDefault
contentYes
fileNameYes
projectNameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "fileName": { "enum": [ "projectbrief.md", "productContext.md", "activeContext.md", "systemPatterns.md", "techContext.md", "progress.md", ".clinerules" ], "type": "string" }, "projectName": { "type": "string" } }, "required": [ "projectName", "fileName", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Memory Bank MCP Server

Related Tools

ID: ir18x1tixp