MCP-Native ยท Any Model ยท Any Agent

Persistent memory & human approval
for any AI agent

AgentMemo is a cloud API that gives AI agents persistent memory across sessions and a human-in-the-loop approval gateway. One integration, any model.

Get API Key (Free) View Pricing

โœ… Your free API key:

Copy this now and store it safely. We also emailed it to you. Use as X-API-Key header.
REST API example
# Store a memory
curl -X POST https://api.agentmemo.net/memories \
  -H "X-API-Key: am_your_key" \
  -d '{"content": "User prefers concise replies", "namespace": "prefs"}'

# Recall it later
curl "https://api.agentmemo.net/memories/search?q=user+preferences" \
  -H "X-API-Key: am_your_key"

# Request human approval before a sensitive action
curl -X POST https://api.agentmemo.net/approve \
  -H "X-API-Key: am_your_key" \
  -d '{"question": "Send this email to john@example.com?"}'
What We Offer

Everything agents need to persist & act responsibly

AgentMemo provides two core services via a simple REST API and MCP server.

๐Ÿง 

AgentMemory API

Store, search, and retrieve memories across agent sessions. Namespace by project, user, or agent. Never lose context again.

โœ‹

AgentApprove Gateway

Agents submit sensitive actions for human review. Humans approve or reject via dashboard or email. Agents resume automatically on decision.

๐Ÿ”Œ

MCP-Native

One-line setup in any MCP-compatible client: Claude, Cursor, OpenClaw, and more. Exposes tools: remember, recall, forget, request_approval, check_approval.

๐ŸŒ

Model Agnostic

REST API works with any AI model or framework: OpenAI, Anthropic, Google Gemini, local Llama models, LangChain, AutoGen, and more.

๐Ÿ“

Namespaced Storage

Organize memories by project, user, or agent namespace. Perfect for multi-tenant SaaS applications and multi-agent pipelines.

๐Ÿ”‘

API Key Auth

Simple API key authentication. Keys are scoped to your account with per-tier rate limits. Create multiple keys per project.

API Reference

Clean, simple endpoints

All endpoints require an X-API-Key header. Base URL: https://api.agentmemo.net

Memory Endpoints
MethodEndpointDescription
POST/memoriesStore a new memory
GET/memoriesList memories in a namespace
GET/memories/search?q=...Search memories by query
GET/memories/:idGet a memory by ID
DELETE/memories/:idDelete a memory
Approval Endpoints
MethodEndpointDescription
POST/approveSubmit action for human approval
GET/approve/:idPoll approval status (pending/approved/rejected)
GET/approvalsList your approval requests
MCP Integration

Works with any MCP client

Add AgentMemo to Claude, Cursor, OpenClaw or any MCP-compatible AI client in seconds.

MCP config (claude_desktop_config.json)
{
  "mcpServers": {
    "agentmemo": {
      "command": "npx",
      "args": ["agentmemo-mcp"],
      "env": {
        "AGENTMEMO_API_KEY": "am_your_key_here"
      }
    }
  }
}

Available MCP tools: remember ยท recall ยท forget ยท request_approval ยท check_approval

โšก agentmemo-mcp npm package publishing soon. Sign up now to get notified when it drops.

Official SDKs

Native SDK support

Drop-in libraries for Python and TypeScript. Full memory and approval APIs, typed, tested, zero config.

๐Ÿ

Python SDK

pip install agentmemo

37 tests. Supports memories, approvals, and usage tracking.

๐Ÿ“ฆ

TypeScript SDK

npm install agentmemo

19 tests. Fully typed. Works in Node.js, Deno, and edge runtimes.

SDKs publishing to PyPI and npm shortly. Use the REST API directly in the meantime.

Pricing

Simple, usage-based pricing

All plans include the full Memory API and Approval Gateway. Billed monthly. Cancel anytime.

Free
$0 / month
For side projects and exploration
  • 10,000 stored memories
  • 100 searches per day
  • 50 approval requests/month
  • 1 API key
  • Community support

โœ… Your free API key:

Copy this now and store it safely. We also emailed it to you. Use as X-API-Key header.
Pro
$79 / month
For production agents at scale
  • 2,000,000 stored memories
  • 10,000 searches per day
  • Unlimited approval requests
  • Webhook callbacks on decisions
  • 10 API keys
  • Priority email support
Subscribe $79/mo
Team
$399 / month
For teams building with agents
  • Unlimited stored memories
  • Unlimited searches
  • Unlimited approvals
  • 10 team seats
  • Shared team namespaces
  • Dedicated support
Subscribe $399/mo
Pay As You Go
No monthly fee
Agent wallet friendly
  • $0.001 per memory write
  • $0.002 per memory search
  • $0.05 per approval request
  • $5 minimum top-up
  • No commitment, no expiry
  • Perfect for agent budgets
Get started

All paid plans are billed monthly and can be cancelled at any time. No setup fees. Prices in USD.

vs Mem0 Pro ($249/mo) AgentMemo Pro is $79/mo. Same scale, 3x cheaper.
Unique: Human approval gateway included at every tier.
7-day money-back guarantee. Cancel any time.
Policies

Terms, Refunds & Privacy

๐Ÿ“ฆ What You're Buying

AgentMemo sells subscription-based access to a cloud API. When you subscribe, you receive:

Subscriptions are recurring monthly charges. Your API key is provisioned immediately upon successful payment.

๐Ÿ’ณ Refund Policy

We offer a 7-day money-back guarantee on all paid plans. If you're not satisfied within 7 days of your first payment, contact us at hello@agentmemo.net for a full refund.

After 7 days, subscriptions are non-refundable but you may cancel at any time to stop future charges. You retain access until the end of your billing period.

To request a refund or cancel: email hello@agentmemo.net with your account email. We process refunds within 5 business days.

๐Ÿ”’ Privacy Policy

AgentMemo collects and stores only what is necessary to provide the service:

We do not sell your data. Memory content is never used to train AI models. You can request deletion of all your data at any time by emailing hello@agentmemo.net.

Payments are processed by Stripe. We do not store payment card details.

๐Ÿ“‹ Terms of Service

By using AgentMemo you agree to:

We reserve the right to suspend accounts that violate these terms. Full terms available on request at hello@agentmemo.net.

Contact

Get in touch

Questions, support, refunds, or partnership inquiries. We respond within 1 business day.

General & Support
Billing & Refunds
Business Owner
Andy Coleman