← Back to Hub

Memory Engineering MCP

An MCP server that adds structured memory and recall capabilities to Claude Code, enabling persistent context across sessions.

MCPdataclaude-codemcpmemorypersistence

Created by romiluz13

View on GitHub
memory-engineering-mcp.md
markdown
# Why it fits Claude Code Hub

Memory Engineering MCP gives Claude Code a structured memory layer that persists between sessions, so agents can recall prior decisions and context.

## Best for
- Long-running projects where context loss is the bottleneck
- Building memory-aware agent workflows
- Persisting decisions, preferences, and patterns across sessions

## How to use it well
- Define what should be remembered vs. what should stay ephemeral
- Scope memory to projects to avoid cross-contamination
- Pair with CLAUDE.md for static context and this MCP for dynamic recall