Now live โ€” Claude Managed Agents support

Memory for
the Agentic Web

Give your AI agents persistent memory. Store, retrieve, and recall context across every session โ€” semantically, at the edge, in milliseconds.

โ—† Free during betaโ—† No credit cardโ—† Agent-nativeโ—† Works with Claude Managed Agents
โ€”
memories stored
โ€”
active agents
โ€”
signups
99.9%
uptime
<45ms
avg response

Discovered on day one by

Anthropicยท OpenAIยท Googleยท Microsoftยท Apple
How it works

Simple by design.

1

Store

Send any text. We embed it automatically.

store({ userId, agentId, content })
2

Retrieve

Search by meaning, ranked by relevance.

retrieve({ userId, query })
3

Inject into LLM

Get context ready for a system prompt.

context({ userId, format:"anthropic" })
Integration

Works natively with Claude Managed Agents

Add persistent memory to any Claude Managed Agent in one line of JSON.

See the integration guide โ†’
agent.json
{
  "mcp_servers": [{
    "type": "url",
    "name": "agentmemo",
    "url": "https://agentmemo.dev/mcp"
  }]
}
Security

Built secure from day one.

The only agent memory API with OWASP ASI06 protection built in.

๐Ÿ›ก๏ธ

Trust Scoring

Every write scored; low-trust writes are flagged or blocked.

๐Ÿ“œ

Full Audit Trail

Every operation logged โ€” who, what, when.

๐Ÿงช

Poisoning Protection

Malicious and contradictory writes detected.

Features

Everything agents need.

๐Ÿ”

Semantic Search

Meaning, not keywords.

๐Ÿงฉ

Context Builder

Ready for LLM injection.

โณ

TTL & Expiry

Memories that self-clean.

๐Ÿ—‚๏ธ

Namespaces

Organized memory spaces.

๐Ÿ”Œ

MCP Native

Works in Claude and Cursor.

๐Ÿง 

Memory Types

Semantic, episodic, procedural, working, emotional.

Integration

Two lines. Infinite memory.

curlJavaScriptPython
store.sh
# store, then retrieve
curl -X POST https://agentmemo.dev/memory/store \
  -H "Authorization: Bearer am_sk_..." \
  -d '{"user_id":"u1","agent_id":"a1","content":"Prefers dark mode"}'

curl "https://agentmemo.dev/memory/retrieve?user_id=u1&q=preferences" \
  -H "Authorization: Bearer am_sk_..."
Comparison

How AgentMemo compares

FeatureAgentMemoMem0Zep
Edge deploymentโœ…โŒโŒ
MCP nativeโœ…โŒโŒ
auth.md supportโœ…โŒโŒ
OWASP ASI06 protectionโœ…โŒโŒ
Full audit trailโœ…โŒโŒ
Free tierโœ… unlimited (beta)โœ… limitedโŒ
Graph memoryโœ… basicpaidโœ…
Temporal knowledge graphroadmapโŒโœ…
Open sourceโœ…โœ…partial
Pricing

Free & unlimited during beta.

Plans below are planned post-beta pricing.

Now โ€” beta
Beta
$0 / unlimited
  • Unlimited operations
  • All memory types
  • MCP + multi-agent
  • No credit card
Get your free key
Pro (after beta)
$19 / mo
  • Unlimited operations
  • Priority embedding queue
  • Usage analytics
  • Email support
Start free
Enterprise
$499 / mo
  • Custom SLA
  • Audit & compliance
  • Dedicated support
  • EU data residency
Contact