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 — it won't be shown again. 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

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 — it won't be shown again. Use as X-API-Key header.
Pro
$99 / 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 — $99/mo
Team
$499 / month
For teams building with agents
  • Unlimited stored memories
  • Unlimited searches
  • Unlimited approvals
  • 10 team seats
  • Shared team namespaces
  • Dedicated support
Subscribe — $499/mo

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

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