Skip to content

Comparison

Myco vs Zep: Session Memory API vs Source-Backed Organizational Memory

Zep provides a practical memory API for conversational systems. Myco expands that into organizational memory with a deterministic write path and explicit provenance.

FeatureMycoZep
Primary scopeOrg memory graphConversation memory
Deterministic write pathYesNot a stated focus
Fact-level provenanceFirst-class via brain_whyPartial
Content-hash deduplicationYes
Workspace-scoped isolationYes
Import ChatGPT/Claude historymycobrain-ingest --from chatgpt/claude-export
Read-only REST for non-MCP consumersmycobrain-rest (search + why, loopback)
Deployment optionsSelf-hosted (Apache-2.0); managed cloud waitlistCloud-focused

Bottom line

If your requirement is explainable memory with source-level traceability and auditable provenance for every fact, Myco provides deeper controls.

FAQ

Is Zep enough for chat memory?

Often yes for chat-centric memory. Myco targets broader, organization-wide memory and governance needs.

Does Myco include search plus graph traversal?

Yes. brain_search covers full-text search out of the box, and semantic search keyless with local Ollama embeddings (OpenAI optional). brain_neighbors traverses the knowledge graph.

Myco vs Zep: Session Memory API vs Source-Backed Organizational Memory