Heurist Logo
Back
Memory Agent

Memory Agent

Agent that maintains conversation history across sessions and platforms. It can query the conversation history and store new conversations.

Tags

Memory

Tools (2)

store_conversation

Store the current conversation in the user's memory

required: content

retrieve_conversations

Retrieve stored conversations from the user's memory

Pricing

1 credit/use

MCP Endpoint

https://mesh.heurist.xyz/mcp/agents/MemoryAgent
Copy Configuration
{
  "mcpServers": {
    "heurist-agent": {
      "url": "https://mesh.heurist.xyz/mcp/agents/MemoryAgent/",
      "headers": {
        "X-HEURIST-API-KEY": "your-api-key-here"
      }
    }
  }
}