ShineMnemos v0.5.0
Compare

ShineMnemos vs the field. Honestly.

Honest comparison of ShineMnemos against Mem0, Cognee and Zep/Graphiti: verification on write, native graph, locality and price.

Mem0 is the most widely deployed memory layer for AI agents today: ~64k GitHub stars, Apache-2.0, a managed cloud alongside self-hosting, and the exclusive memory provider slot in the AWS Agent SDK. If you are choosing on distribution and ecosystem, that argument is already settled — Mem0 wins it.

ShineMnemos is a different bet. It is a single SQLite file, a node graph, and an MCP server, written in Python and running in-process. The distinguishing property is not storage, it is the write path. Every fact passes five gates — freshness, source, numbers, consistency, reproducibility — plus a truth-gate that emits a verdict (up to 6/6) and a confidence score. Facts carry a TTL and are auto-invalidated when they go stale. Mem0 performs no fact verification at write time: whatever the extraction step produces is what the memory holds, and correctness becomes your application's problem downstream.

The second difference is topology and price. Mem0's graph mode (Mem0g) is a Pro-tier feature at $249/month. In ShineMnemos the graph is the storage model on every install, Apache-2.0, with graph traversal built in. Access is x402 pay-as-you-go: the agent pays USDC from its own wallet, with no account and no registration step.

ShineMnemosMem0
ArchitecturePython + SQLite, one file, in-process, MCP serverClient/server; managed cloud or self-hosted stack
Verification on write5 gates + truth-gate verdict (up to 6/6) + confidenceNone — no fact verification at write time
GraphNative, included in every installMem0g, Pro tier ($249/mo)
Staleness handlingTTL, confidence, auto-invalidationApplication-level
LocalityFully local — data never leaves the machineCloud by default; self-host available
Exact lookup~0.001 ms in-process (~10k nodes, no network)Network round-trip in cloud mode; varies self-hosted
LicenseApache-2.0Apache-2.0
Maturity316 tests, 11 plugins, early adoption~64k stars, AWS Agent SDK exclusive provider
Pricingx402 pay-as-you-go in USDC, no registrationFree tier plus paid tiers

All comparisons