Overview
What is Memory Bank MCP?
Memory Bank MCP is a Model Context Protocol (MCP) server designed for managing Memory Banks, enabling AI assistants to store and retrieve information across sessions, now with remote SSH support.
How to use Memory Bank MCP?
To use Memory Bank MCP, you can install it via npm and run it directly using npx. You can specify various options such as project path, folder name, and remote server details for SSH access.
Key features of Memory Bank MCP?
- Memory Bank Management: Initialize, find, and manage Memory Banks
- File Operations: Read and write files in Memory Banks
- Progress Tracking: Track progress and update Memory Bank files
- Decision Logging: Log important decisions with context and alternatives
- Active Context Management: Maintain and update active context information
- Remote Server Support: Store Memory Banks on a remote server using SSH
Use cases of Memory Bank MCP?
- Centralizing project memory for AI assistants
- Sharing Memory Banks among multiple users
- Maintaining persistent storage for project information
FAQ from Memory Bank MCP?
- Can I use Memory Bank MCP without installation?
Yes! You can run it directly using npx.
- What are the requirements for using remote server mode?
You need SSH access to the remote server and proper permissions to create/modify files.
- How does Memory Bank MCP handle errors?
It has robust error handling to gracefully manage issues and continue operations.