Roo Code Memory Bank MCP Server

# Roo Code Memory Bank MCP Server This project implements the core functionality of the [Roo Code Memory

Local serverstdio

What is the Roo Code Memory Bank MCP server?

Roo Code Memory Bank MCP Server This project implements the core functionality of the Roo Code Memory Bank system as a Model Context Protocol (MCP) server. It allows AI assistants. The roo code memory bank mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.

What it actually does

Roo Code Memory Bank solves a critical challenge in AI-assisted development: maintaining context across sessions. By providing a structured memory system integrated with VS Code, it ensures your AI assistant maintains a deep understanding of your project across sessions.

Its toolset

Everything the assistant can do here goes through one of these:

  • Cross — referenced project knowledge
  • File — Purpose
  • activeContext.md — Tracks current goals, decisions, and session state
  • decisionLog.md — Records architectural choices and their rationale
  • productContext.md — Maintains high-level project context and knowledge
  • progress.md — Documents completed work and upcoming tasks
  • projectBrief.md — Contains initial project requirements (optional)
  • systemPatterns.md — Documents recurring patterns and standards

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

When to reach for it

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Roo Code Memory Bank's toolset — Cross, File, activeContext.md and 5 more — is a fair guide to whether it matches your workflow. It is maintained by IncomeStreamSurfer; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the roo code memory bank mcp server does with a few real requests.

Available tools

ToolWhat it does
Crossreferenced project knowledge
FilePurpose
activeContext.mdTracks current goals, decisions, and session state
decisionLog.mdRecords architectural choices and their rationale
productContext.mdMaintains high-level project context and knowledge
progress.mdDocuments completed work and upcoming tasks
projectBrief.mdContains initial project requirements (optional)
systemPatterns.mdDocuments recurring patterns and standards

Example prompts to try

  • Use Roo Code Memory Bank to Cross.
  • Use Roo Code Memory Bank to File.
  • Use Roo Code Memory Bank to activeContext.md.

Frequently asked questions

Node.js v18 or later and npm are required. An MCP client environment (like Cline) is needed to launch the server.