26 lines
1.3 KiB
Markdown
26 lines
1.3 KiB
Markdown
---
|
|
title: "MCP Memory Integration"
|
|
type: source
|
|
tags: [agency, integrations, mcp, memory]
|
|
date: 2026-04-20
|
|
source_file: raw/Agent/agency-agents/integrations/mcp-memory/README.md
|
|
---
|
|
|
|
## Summary
|
|
Describes how to give any Agency agent persistent cross-session memory using a Model Context Protocol (MCP) memory server. Covers benefits (cross-session memory, handoff continuity, rollback), setup (mcpServers config), the Memory Integration prompt pattern, available MCP tools (`remember`, `recall`, `rollback`, `search`), and examples.
|
|
|
|
## Key Claims
|
|
- MCP memory servers provide `remember`, `recall`, `rollback`, and `search` tools enabling persistent memory across sessions.
|
|
- Adding a Memory Integration section to an agent's prompt enables the LLM to use MCP tools automatically without code changes to agent files.
|
|
- Rollback to a last known-good state is a key feature for reliable multi-agent workflows.
|
|
|
|
## Key Quotes
|
|
> "Give any agent persistent memory across sessions using the Model Context Protocol (MCP)." — MCP Memory Integration README
|
|
|
|
## Connections
|
|
- [[The Agency: AI Specialists Ready to Transform Your Workflow]] — integration pattern for making The Agency agents persistent across sessions
|
|
- MCP ecosystem: https://modelcontextprotocol.io
|
|
|
|
## Contradictions
|
|
- None detected with existing wiki content at time of ingest.
|