Memory for AI Agents

Give your AI long-term memory. Ingest conversations, recall knowledge, and digest insights — with a single API.

Get Started Free
ingest
Store conversations and facts to long-term memory. Auto-extracts entities, preferences, and episodes.
recall
Search memories with natural language. Hybrid retrieval combines vector search, BM25, and knowledge graph.
digest
Synthesize memories into insights and user profiles. Generates behavioral patterns and emotional understanding.

Quick Start

# Ingest a memory
curl -X POST https://api.neuromem.cloud/api/v1/ingest \
  -H "Authorization: Bearer nm_sk_..." \
  -H "Content-Type: application/json" \
  -d '{"content": "User prefers dark mode", "user_id": "alice"}'

# Recall memories
curl -X POST https://api.neuromem.cloud/api/v1/recall \
  -H "Authorization: Bearer nm_sk_..." \
  -H "Content-Type: application/json" \
  -d '{"query": "user preferences", "user_id": "alice"}'

# Digest insights
curl -X POST https://api.neuromem.cloud/api/v1/digest \
  -H "Authorization: Bearer nm_sk_..." \
  -H "Content-Type: application/json" \
  -d '{"user_id": "alice"}'

Connect via MCP

Works with any MCP-compatible client. Get your API key from the dashboard and paste the config below.

claude mcp add --transport http neuromem \
  https://api.neuromem.cloud/mcp/ \
  --header "Authorization: Bearer nm_sk_..."

Ready to give your AI memory?

Free to start. No credit card required.

Sign Up Free