MCP memory server

MCP memory server for AI coding agents.

remem exposes local project memory through MCP tools so coding agents can search, save, inspect, and timeline durable engineering context.

  • search
  • save_memory
  • timeline
  • workstreams
Agent asks: "what did we decide?"
MCP search Project scope FTS/entity retrieval Auditable memory
SQLite/SQLCipher local store
Relevant memory returned to agent

Tools

Memory operations for agents and local tools.

The MCP server exposes the same durable memory system used by the hooks and CLI.

01

Search

Retrieve project-scoped memories by query, branch, type, and pagination.

02

Save

Store explicit decisions, preferences, discoveries, and bug fixes.

03

Timeline

Review what happened before and after a change or decision.

04

Workstreams

Track active long-running work across sessions.

Install

Register remem as your memory MCP server.

Use host-specific install commands to register MCP and hooks for the agent you use.

brew install majiayu000/tap/remem
remem install --target codex
remem mcp

FAQ

Common MCP memory server questions.

Transportstdio

`remem mcp` runs as a local stdio MCP server.

StoreSQLite

The MCP server reads and writes the same local remem database.

Auditwhy

CLI commands such as `remem why` explain why memory is visible or injected.