Skip to main content
Glama

Memory Bank MCP

by hoppo-chan

update-memory-bank

Generate and execute precise instructions for updating Memory Bank files, including detailed roles, update strategies, and direct operation commands for AI agents to maintain project context.

Instructions

Generate detailed Memory Bank file update instructions with immediate execution guidance. This tool provides comprehensive, actionable instructions for updating Memory Bank files:

  • Detailed descriptions of each file's role and update strategy
  • Direct operation commands (not requests for confirmation)
  • Specific content templates and formatting guidelines
  • File relationship and update priority logic
  • Immediate execution emphasis for AI agents

Input Schema

NameRequiredDescriptionDefault
changeTypeYesType of change to determine update suggestions
descriptionYesBrief description of the change
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": { "changeType": { "description": "Type of change to determine update suggestions", "enum": [ "architecture", "feature", "bugfix", "refactor", "decision", "progress" ], "type": "string" }, "description": { "description": "Brief description of the change", "type": "string" }, "rootPath": { "description": "Project root directory path\n Windows example: \"C:/Users/name/project\" \n macOS/Linux example: \"/home/name/project\"", "type": "string" } }, "required": [ "rootPath", "changeType", "description" ], "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