Skip to main content
Interested in transferring your data from Mem0 to Honcho? This guide covers why to switch, how to migrate your data, and differences between the two products.

Why Honcho?

Mem0 & Honcho both store your data. Only Honcho reasons about it. Read more about our approach. Compounding Insights - Honcho extracts insights that build on each other over time. The more your users interact, the richer and more accurate their profiles become. Superior Performance - Higher accuracy on memory retrieval benchmarks with faster inference times (more details soon!). Competitive Pricing - Mem0 charges for retrieval, not ingestion. Meaning you pay to access your own data. Honcho offers straightforward pricing with a generous free tier. Advanced Multi-Peer Sessions - Honcho offers configurable observation settings (who builds memories about whom), representation-based queries between participants, and first-class peer objects.
We would love to support the transfer and cost—just book a call!

Quick Migration

For the best results, we recommend importing your raw messages directly into Honcho. This gives Honcho the full context to build rich, accurate representations and enables features like session summaries. However, if you’d like to get started quickly, you can migrate your existing Mem0 memories directly as conclusions.
Get your API key at app.honcho.dev/api-keys. New accounts start with $100 credits.
That’s it! The user’s Mem0 memories are now searchable in Honcho as conclusions. For richer representations with deductive reasoning and session summaries, consider importing your raw messages as described in the Step-by-Step Migration section. For more details on replacing Mem0 API calls with Honcho equivalents go to API Comparison.

Step-by-Step Migration

Prefer a more detailed walkthrough? Follow these steps:

1. Export User Messages

Importing raw user messages gives Honcho the full conversational context to build the most accurate representations. We recommend using a data structure that preserves the session and peer structure.
If you need any help with this transfer or have any questions, please reach out at hello@plasticlabs.ai or book a call!
Alternatively, if you want to import the Mem0 memories, follow the example above and find more info in Mem0’s export API documentation.

2. Install the Honcho SDK

3. Initialize the Honcho Client

Get your API key at app.honcho.dev/api-keys. New accounts start with $100 credits.

4. Import Your Data

This is a possible implementation using raw user messages. Adapt the data structure to match your exported format.

5. Update Your Application Code

Reference the API Comparison to replace your Mem0 API calls with the Honcho equivalents.

API Comparison

Core Operations

Honcho-Only Capabilities

Mem0 requires manual assembly of context from search() results. Honcho’s session.context() returns a ready-to-use SessionContext object with built-in token limits, auto-included summaries, and format helpers (.to_openai(), .to_anthropic()).

Get Context

Learn more about token-optimized context retrieval
Mem0’s search() returns basic vector, semantic, or raw memory matches. Honcho’s peer.chat() enables your agent to reason about what it knows—returning synthesized natural language insights with streaming support and scoped queries.

Chat Endpoint

Learn more about inference-powered queries
Additional features with no Mem0 equivalent:

Next Steps

Architecture

Understand peers and sessions

Chat API

Inference responses

Guides

Integration examples
Questions? Join our Discord or open an issue on GitHub.