Skip to main content
Glama

Memory Bank MCP

by hoppo-chan

init-memory-bank

Set up a memory-bank directory and generate core files for structured project context management. Creates templates, integrates project briefs, and guides next steps for persistent project tracking in AI workflows.

Instructions

Initialize memory-bank directory and core files. This tool will:

  • Create memory-bank directory
  • Generate initial templates for 5 core files
  • Read and integrate projectBrief.md if it exists
  • Provide next steps guidance

Input Schema

NameRequiredDescriptionDefault
forceNoForce re-initialization (will overwrite existing files)
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": { "force": { "description": "Force re-initialization (will overwrite existing files)", "type": "boolean" }, "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