Memory Bank MCP Server

memory_bank_read

Read a memory bank file for a specific project

Input Schema

NameRequiredDescriptionDefault
fileNameYes
projectNameYes

Input Schema (JSON Schema)

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