loading…
Search for a command to run...
loading…
AI memory server with 53 tools. Knowledge Graph, semantic search, session tracking, multi-agent support.
AI memory server with 53 tools. Knowledge Graph, semantic search, session tracking, multi-agent support.
Part of the StudioMeyer MCP Stack — Built in Mallorca 🌴 · ⭐ if you use it
Persistent, intelligent memory for AI agents. 56 MCP tools (incl. interactive 3D knowledge graph visualization). Knowledge Graph included in every plan.
We have been building tools and systems for ourselves for the past two years. The fact that this repo is small and has few stars is not because it is new. It is because we only just decided to share what we have built. It is not a fresh experiment, it is a long story with a recent commit.
We love building things and sharing them. We do not love social media tactics, growth hacks, or chasing stars and followers. So this repo is small. The code is real, it gets used, issues get answered. Judge for yourself.
If it helps you, sharing, testing, and feedback help us. If it could be better, an issue is more useful. If you build something with it, tell us at [email protected]. That genuinely makes our day.
From a small studio in Palma de Mallorca.
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.
Settings → Connectors → Add URL:
https://memory.studiomeyer.io/mcp
claude mcp add --transport http memory https://memory.studiomeyer.io/mcp
npx mcp-remote https://memory.studiomeyer.io/mcp
npx mcp-remote https://studiomeyer-memory.mcpize.run
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": "[email protected]"}'
# 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"}'
| Method | Endpoint | Description |
|---|---|---|
POST |
/api/signup |
Create account, get API key |
GET |
/api/account |
Account info, plan, limits |
POST |
/api/learn |
Store a learning |
POST |
/api/search |
Search all knowledge |
POST |
/api/decide |
Log a decision |
POST |
/api/entity |
Create/update entity |
POST |
/api/import |
Import from ChatGPT/Claude/Gemini/Copilot/Perplexity |
POST |
/api/backfill |
Generate embeddings |
GET |
/api/export |
Export all data (Markdown) |
POST |
/api/checkout |
Upgrade plan (Stripe) |
Full API documentation: openapi.yaml
npm install @studiomeyer/memory-sdk (GitHub)pip install nex-memory (GitHub)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.
| Plan | Price | Calls/Day | Learnings | Entities | Knowledge Graph | Agentic Search + AI Reranker |
|---|---|---|---|---|---|---|
| Free | €0 forever | 200 | 1,000 | 100 | ✅ | — (simple hybrid search) |
| Pro | €19/mo | 5,000 | 25,000 | 1,000 | ✅ | ✅ |
| Team | €39/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.
GET /api/export anytimeSee the examples/ folder:
nex_guide("quickstart") via MCPStudioMeyer 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.
MIT — see LICENSE. The memory server is a hosted service — this repository contains documentation and examples.
Run in your terminal:
claude mcp add studiomeyer-memory -- npx CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.