Skip to main content
Glama

Memory Bank MCP

by hoppo-chan

get-memory-bank-info

Retrieve and format content from markdown files in a specified directory to provide AI assistants with structured project context for improved task understanding and execution.

Instructions

Read and return all Memory Bank file contents. This tool is similar to codelf's get-project-info:

  • Reads all .md files in the memory-bank directory
  • Returns formatted content for AI to understand project context
  • Use this tool at the beginning of each work session

Input Schema

NameRequiredDescriptionDefault
rootPathYesProject root directory path Windows example: "C:/Users/name/project" macOS/Linux example: "/home/name/project"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "rootPath": { "description": "Project root directory path\n Windows example: \"C:/Users/name/project\" \n macOS/Linux example: \"/home/name/project\"", "type": "string" } }, "required": [ "rootPath" ], "type": "object" }
Install Server

Other Tools from Memory Bank MCP

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

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