
Roo Code Memory Bank MCP
by incomestreamsurfer
Maintain project context across AI sessions using a structured file-based memory bank.
What it does
This server implements a persistent memory system for AI assistants, allowing them to store and retrieve project-specific context, decisions, and progress in a dedicated memory-bank/ directory.
Tools
initialize_memory_bank: Sets up the memory bank directory and core markdown templates.check_memory_bank_status: Verifies existence and lists memory bank files.read_memory_bank_file: Reads full content of a specific context file.append_memory_bank_entry: Adds timestamped entries to log decisions or progress.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"roo-code-memory-bank": {
"command": "node",
"args": ["/path/to/roo-code-memory-bank-mcp-server/dist/index.js"]
}
}
}
Supported hosts
- claude
Quick install
npm install -g roo-mcp-serverInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






