Overview of Memori MCP Skills
mainMemori is an agent-native memory infrastructure that provides an LLM-agnostic layer for structuring memory from natural language and agent execution traces. When integrated via MCP (Model Context Protocol), it allows agents to maintain continuity across sessions, preserve decisions/constraints, and understand past actions to improve future accuracy.
Core Principles:
- Source of Truth: Use Memori tools for targeted recall, summaries, and durable memory augmentation.
- Context Hierarchy: Current user instructions, verified local context, and tool results always outrank recalled memory.
- Identity: Do not invent
projectId,sessionId, or other identifiers; these are supplied via MCP request headers for authentication and attribution.