1.3 KiB
1.3 KiB
title, type, tags, date, source_file
| title | type | tags | date | source_file | ||||
|---|---|---|---|---|---|---|---|---|
| MCP Memory Integration | source |
|
2026-04-20 | 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, andsearchtools 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.