MCP Memory Server

A local MCP memory server for coding agents.

`memory-mcp` exposes Memory's routine project-memory tools to MCP-capable clients while keeping setup, viewer, recovery, and maintenance workflows in the CLI.

What this solves.

Routine tools Expose memory loading and saving where the agent works.

MCP clients can call `load_memory`, `search_memory`, `inspect_memory`, `remember_memory`, `save_memory_patch`, and `diff_memory` after they launch `memory-mcp`.

CLI boundary Keep setup and maintenance explicit.

Memory stays CLI-first for setup, checks, viewer launch, wiki ingest, recovery, export, and graph inspection, which keeps operational work auditable.

Local-first Use MCP without handing project memory to a hosted service.

The MCP server reads and writes the same local project memory files as the CLI, preserving Git review and project isolation.

Continue with adjacent project-memory workflows for AI coding agents, AI coding assistants, and MCP-capable tools.