studiomeyer-memory
OfficialProvides integration examples and SDK support for CrewAI multi-agent systems, enabling persistent memory and shared knowledge graph capabilities across agent teams.
Allows importing conversations and coding sessions from GitHub Copilot, extracting structured learnings, entities, and decisions for persistent memory.
Provides integration examples for LangChain, allowing AI agents to utilize persistent memory, knowledge graph, and semantic search capabilities.
Allows importing research and query sessions from Perplexity, extracting insights and learnings to build the knowledge graph.
Provides payment processing integration for upgrading subscription plans via the checkout API endpoint.
Part of the StudioMeyer MCP Stack โ Built in Mallorca ๐ด ยท โญ if you use it
StudioMeyer Memory
Persistent, intelligent memory for AI agents. 56 MCP tools (incl. interactive 3D knowledge graph visualization). Knowledge Graph included in every plan.
What is this?
StudioMeyer Memory gives AI agents persistent memory across sessions. Instead of starting fresh every conversation, your agents learn, remember, and improve over time.
56 MCP tools for learning, search, knowledge graph, session tracking, multi-agent support, contradiction detection, self-improvement โ plus interactive 3D visualization (nex_graph_view, nex_recall_timeline, nex_session_replay) via MCP Apps.
Connect in 10 Seconds
Claude Desktop / Cowork
Settings โ Connectors โ Add URL:
https://memory.studiomeyer.io/mcpClaude Code
claude mcp add --transport http memory https://memory.studiomeyer.io/mcpCursor / VS Code / Windsurf / Zed
npx mcp-remote https://memory.studiomeyer.io/mcpMCPize
npx mcp-remote https://studiomeyer-memory.mcpize.runREST API
For custom agents, scripts, and integrations:
# 1. Sign up
curl -X POST https://memory.studiomeyer.io/api/signup \
-H "Content-Type: application/json" \
-d '{"email": "you@example.com"}'
# 2. Store a memory
curl -X POST https://memory.studiomeyer.io/api/learn \
-H "Authorization: Bearer nex_your_key" \
-H "Content-Type: application/json" \
-d '{"category": "insight", "content": "Users prefer dark mode"}'
# 3. Search
curl -X POST https://memory.studiomeyer.io/api/search \
-H "Authorization: Bearer nex_your_key" \
-H "Content-Type: application/json" \
-d '{"query": "user preferences"}'API Endpoints
Method | Endpoint | Description |
|
| Create account, get API key |
|
| Account info, plan, limits |
|
| Store a learning |
|
| Search all knowledge |
|
| Log a decision |
|
| Create/update entity |
|
| Import from ChatGPT/Claude/Gemini/Copilot/Perplexity |
|
| Generate embeddings |
|
| Export all data (Markdown) |
|
| Upgrade plan (Stripe) |
Full API documentation: openapi.yaml
SDKs
TypeScript:
npm install @studiomeyer/memory-sdk(GitHub)Python:
pip install nex-memory(GitHub)OpenAPI Spec: openapi.yaml โ generate clients for any language
Features
Core Memory
5-phase parallel search โ semantic vectors, trigram matching, full-text, graph traversal, pattern matching
Duplicate detection โ 5-factor admission control prevents noise
10 learning categories โ pattern, mistake, insight, research, architecture, and more
Decision logging โ track choices with reasoning for traceability
Knowledge Graph (All Plans)
Entities โ people, tools, projects, concepts
Observations โ facts attached to entities with temporal validity
Relations โ typed, directional connections between entities
Graph traversal โ 2-hop BFS search through connections
Temporal queries โ "What was true on March 15th?"
Intelligence
Contradiction Detection โ automatically flags conflicting facts
FadeMem Adaptive Decay โ important memories fade 6x slower
Confidence Scoring โ 0-1 scores with temporal decay
Bi-temporal Model โ event time + ingestion time
Auto-Consolidation โ merges duplicates, backfills embeddings
Multi-Agent
Agent namespaces โ scope memories to specific agents
Cross-agent search โ search across all agents by default
Shared Knowledge Graph โ one graph, multiple agents
Import
5 platforms โ ChatGPT, Claude, Gemini, GitHub Copilot, Perplexity
LLM extraction โ entities, learnings, decisions, relations
Preview mode โ analyze before importing
Benchmark โ LongMemEval
86% on LongMemEval 50q stratified, GPT-4o judged (Run S957b, 1 May 2026, Anthropic Sonnet 4.6 as answer generator).
Per-category breakdown:
Category | Score |
temporal-reasoning | 92% |
multi-session | 92% |
single-session-user | 100% |
Caveat for honesty: S957b ran against memory-server v3.16.10, before the v3.16.11 cross-project search-leak fix landed (LIVE on production since 2 May 2026). The 86% may be 1-3 percentage points inflated by cross-question help. A clean 50q re-run with the fix in place is the next planned wave once cost-control safeguards in the bench script are wired up. Realistic range after the re-run: 78-86%.
The full whitepaper with methodology, run history and per-question results lives at studiomeyer.io/services/memory and is updated as new validated runs land.
Reference scores from other vendors (publicly published):
System | Aggregate | Temporal | Source |
StudioMeyer Memory | 86% | 92% | this README |
Mem0 (Managed Platform) | 93.4% | 93.2% | mem0.ai/blog April 2026 โ Token-Efficient Memory Algorithm |
Mem0 BEAM 10M tokens | 48.6% | 16.3% | mem0.ai/research โ production-scale collapse |
Mastra Observational Memory | 94.87% (gpt-5-mini) | โ | mastra.ai/blog/observational-memory |
Hindsight | 91.4% | 79.7% | published |
Zep | 63.8% | โ | arXiv 2501.13956 |
What we are honest about: in aggregate we sit below Mem0 Managed (93.4%) and Mastra OM with gpt-5-mini (94.87%). Our differentiators are architecture and production behavior โ bi-temporal knowledge graph included from the Free tier (Mem0 charges $249/mo for graph features), production-scale stability (Mem0 itself reports 48.6% aggregate / 16.3% temporal at 10M tokens), EU Frankfurt hosting + GDPR, and the live interactive 3D knowledge graph as part of the standard tool surface โ verified unique among AI memory SaaS as of April 2026.
Pricing
Plan | Price | Calls/Day | Learnings | Entities | Knowledge Graph | Agentic Search + AI Reranker |
Free | $0 forever | 200 | 1,000 | 100 | โ | โ (simple hybrid search) |
Pro | $29/mo | 5,000 | 25,000 | 1,000 | โ | โ |
Team | $49/mo | Unlimited | Unlimited | Unlimited | โ | โ |
Scale | $99/mo | Unlimited | Unlimited | Unlimited | โ | โ |
All 56 tools available in every plan โ including interactive 3D knowledge graph visualization. Knowledge Graph included from Free.
What's the difference? Free uses our hybrid search stack (Trigram + FTS + pgvector + Knowledge-Graph traversal + RRF fusion + temporal decay + per-tenant isolation) โ fast, deterministic, no LLM cost. Pro+ adds agentic retrieval: an iterative completeness check (Haiku LLM) that detects when a complex query (multi-hop, temporal computation, aggregation, list ordering) needs a refined re-query. On LongMemEval-class benchmarks this lifts recall by 5-10pp on the hardest categories.
Compare: Mem0 charges $249/mo for Graph Memory. We include it from Free.
Security
Magic Link Authentication โ email verification on every sign-in. No passwords stored. You receive a single-use link that expires in 10 minutes. Nobody can access your data without proving email ownership.
OAuth 2.1 with PKCE S256 โ latest authentication standard
Supabase Pro (EU Frankfurt, Germany) โ SOC 2 Type II, GDPR-ready
Row Level Security โ tenant isolation at database level
Secret Scanner โ prevents accidental storage of API keys/passwords
Data Export โ
GET /api/exportanytimeEncryption โ at rest (AES-256) and in transit (TLS 1.3)
Examples
See the examples/ folder:
Python basic usage
LangChain integration
CrewAI multi-agent
TypeScript basic
ChatGPT import
Official SDK usage
Resources
Documentation: Built-in โ call
nex_guide("quickstart")via MCPPostman Collection: Download
OpenAPI Spec: openapi.yaml
MCP Registry: io.studiomeyer/memory
About StudioMeyer
StudioMeyer is an AI and design studio based in Palma de Mallorca, working with clients worldwide. We build custom websites and AI infrastructure for small and medium businesses. Production stack on Claude Agent SDK, MCP and n8n, with Sentry, Langfuse and LangGraph for observability and an in-house guard layer.
License
MIT โ see LICENSE. The memory server is a hosted service โ this repository contains documentation and examples.
Links
๐ช MCPize Marketplace
๐ข studiomeyer.io
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/studiomeyer-io/studiomeyer-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server