Memory Bank MCP
by alioshr
Centralized remote memory bank management for AI agents, enabling multi-project persistent context and structured documentation.
What it does
Memory Bank MCP transforms traditional file-based memory banks into a centralized service. It allows AI agents to maintain a persistent, structured memory across multiple projects, ensuring consistency and isolation while providing remote access to project-specific context.
Tools
memory_bank_read: Reads specific memory bank files for a project.memory_bank_write: Creates new memory bank files to store project context.memory_bank_update: Updates existing memory bank entries with new information.list_projects: Lists all available memory bank projects managed by the server.list_project_files: Lists all memory files within a specific project bank.
Installation
Add the following to your claude_desktop_config.json:
"allPepper-memory-bank": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@allpepper/memory-bank-mcp@latest"],
"env": {
"MEMORY_BANK_ROOT": "/path/to/your/memory-bank"
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- Roo Code
- Cline
Quick install
npx -y @allpepper/memory-bank-mcpInformation
- Pricing
- free
- Published
- 4/15/2026
- stars






