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
Name | Required | Description | Default |
---|---|---|---|
rootPath | Yes | Project root directory path Windows example: "C:/Users/name/project" macOS/Linux example: "/home/name/project" |