Memory Bank MCP Server
by alioshr
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MEMORY_BANK_ROOT | Yes | Directory where project memory banks will be stored (e.g., /path/to/memory-bank) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
memory_bank_read | Read a memory bank file for a specific project |
memory_bank_write | Create a new memory bank file for a specific project |
memory_bank_update | Update an existing memory bank file for a specific project |
list_projects | List all projects in the memory bank |
list_project_files | List all files within a specific project |