Memory Engine exposes 15 memory tools to AI agents over the Model Context Protocol. In multi-space mode it also exposes a space-discovery tool. Once an agent is connected (see MCP Integration), it can inspect its context, store, search, and organize memories with the tools below. Managed coding-agent setup is described in Harness Integrations.
If you are an agent using these tools, start with MCP Agent Instructions for when to search, what to store, and how access control affects visible and writable trees.
#Context
| Tool |
Purpose |
me_memory_context |
Show current identity, active space, and effective access |
#Spaces
| Tool |
Purpose |
me_space_list |
List spaces available for per-call selection (multi-space mode only) |
#Storing and editing
#Retrieving and searching
#Organizing and moving
#Bulk import and export
See File Formats for the import/export schemas, and Core Concepts for the memory model behind these tools.