drio
Open app

Memory Bank MCP 🧠

Source

MCP Server para gerenciar o Memory Bank

Catalog onlyCatalog onlySTDIO

Overview

Memory Bank MCP is a Model Context Protocol (MCP) server designed to manage Memory Banks, which are structured repositories of information that help AI assistants maintain context and track progress across multiple sessions.

To use Memory Bank MCP, you can install it via npm or run it directly using npx. You can initialize a Memory Bank, track progress, log decisions, and switch modes using command line instructions.

  • 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 - Mode Support: Detect and use .clinerules files for mode-specific behavior - Robust Error Handling: Gracefully handle errors and continue operation when possible
  1. Managing project context for AI assistants
  2. Tracking development progress in software projects
  3. Logging decisions made during project development
  4. Maintaining context across multiple AI interactions

Add to your AI client

Use these steps to connect Memory Bank MCP 🧠 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "memory-bank-mcp-movibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "memory-bank-mcp-movibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "memory-bank-mcp-movibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "memory-bank-mcp-movibe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "memory-bank-mcp-movibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "memory-bank-mcp-movibe": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory-bank-mcp-movibe"
      ]
    }
  }
}

FAQ

Can Memory Bank MCP be used with any AI assistant?

Yes! Memory Bank MCP is designed to work with any AI assistant that supports the Model Context Protocol.

Is Memory Bank MCP free to use?

Yes! Memory Bank MCP is open-source and free to use.

How does Memory Bank MCP handle errors?

Memory Bank MCP includes robust error handling to ensure smooth operation even when issues arise.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2115,"uuid":"6ade8c8d-9a2d-476f-9975-9508a33b90d8","name":"memory-bank-mcp","title":"Memory Bank MCP 🧠","description":"MCP Server para gerenciar o Memory Bank","avatar_url":"https://avatars.githubusercontent.com/u/1755489?v=4","created_at":"2025-03-09T03:36:21.819Z","updated_at":"2025-03-12T10:18:20.555Z","status":"created","author_name":"movibe","author_avatar_url":"https://avatars.githubusercontent.com/u/1755489?v=4","tags":"[]","category":"knowledge-and-memory","is_featured":false,"sort":1,"url":"https://github.com/movibe/memory-bank-mcp","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/5529ceb40477740d40222de4c408931bb194499220a9013b02c92785f989db42/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f406d6f766962652f6d656d6f72792d62616e6b2d6d63702e737667","type":null,"metadata":"{\"star\":\"12\",\"license\":\"MIT license\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 23:46:12\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Memory Bank MCP 🧠 — MCP Registry