Skip to main content
Glama

Memory Bank MCP Server

memory_bank_read

Retrieve specific memory bank files, such as project briefs or progress reports, for a designated project on the Memory Bank MCP Server, enabling efficient access to critical project data.

Instructions

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" }

You must be authenticated.

Other Tools from 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/alioshr/memory-bank-mcp'

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