Two kinds of agent memory

The 2026 agent memory ecosystem has exploded — Mem0, Zep, Cloudflare Agent Memory, Anthropic Dreaming. These tools are genuinely useful. But they all solve one specific problem: storing and retrieving what the agent itself generates across sessions.

That's different from the problem Noogat solves. Noogat stores what you think — the insights, hunches, decisions, and half-formed ideas you have away from the keyboard. The architecture decision you reached after a long run. The bug hypothesis you had in the shower. The "I should revisit this" thought from a conference talk.

No agent memory system generates that content for you. You have to capture it yourself.

Automated agent memory

  • Stores what the agent learns from sessions
  • User preferences, past decisions, conversation history
  • Generated automatically — no human input
  • Examples: Mem0, Zep, Cloudflare Agent Memory

Human-captured notes (Noogat)

  • Stores what you think and observe
  • Architecture rationale, bug hunches, research fragments
  • Captured with Siri — zero friction, any time
  • Retrieved in-agent via MCP

The two are complementary. A well-equipped agent might have both: automated session memory and access to your personal note stream. Noogat handles the second half.

What kinds of notes make useful agent context

Not all notes are equally valuable as agent memory. The highest-signal content tends to be:

The insight that makes this click: your best thinking happens away from the keyboard. Noogat's Siri integration captures it in the moment — so it doesn't get lost between the thought and the next time you sit down to code.

How MCP connects your notes to your agent

Noogat runs a Streamable HTTP MCP server at https://app.noogat.app/mcp. Once connected, your AI coding agent can search your notes in natural language without you leaving the terminal or explaining context you've already captured.

Connect to Claude Code with one command:

claude mcp add noogat --transport http https://app.noogat.app/mcp --header "Authorization: Bearer YOUR_TOKEN"

Generate your token at app.noogat.app/settings/integrations. Full setup guide at noogat.app/mcp.

Works alongside your existing agent memory stack

If you're already using Mem0, Zep, or another session memory tool, Noogat doesn't conflict — they do different things. Your agent gets automated session memory from one system and your personal note stream from Noogat. Both are available in-context. Neither replaces the other.