# StudioMeyer Memory > Long-term AI memory with bi-temporal knowledge graph. Provider-agnostic memory backend that works with Claude, GPT, Gemini, or any LLM speaking MCP. 56 tools, multi-tenant on Supabase Frankfurt (EU), DSGVO-compliant. ## What this server does Persists memories that survive across conversations, sessions, and AI clients. Stores learnings, decisions, sessions, skills, and a knowledge graph of entities + observations + relations. Search uses trigram + full-text + temporal decay. Bi-temporal model supports time-travel queries (what did we know on date X?). ## Provider-agnostic Works with any LLM client that speaks MCP. We tested with Claude (Anthropic), GPT-5 (OpenAI), Gemini (Google), Mistral, Llama, and Ollama-hosted local models. Memory is the storage layer — you bring your own LLM. No vendor lock-in. ## Connect - **MCP endpoint**: https://memory.studiomeyer.io/mcp (JSON-RPC 2.0 over HTTP, Bearer auth) - **A2A agent card**: https://memory.studiomeyer.io/.well-known/agent-card.json (A2A v0.3.0) - **OAuth 2.1**: https://memory.studiomeyer.io/.well-known/oauth-authorization-server - **Documentation**: https://studiomeyer.io/services/memory ## Get an API key Sign in to https://studiomeyer.io/portal/login then click "Free Memory testen". You get 200 credits, no credit card required. ## Top capabilities - nex_search — unified RRF search across decisions, learnings, sessions, entities - nex_learn — store typed learning with duplicate-prevention gatekeeper - nex_decide — log decision with confidence + alternatives - nex_entity_create / observe / search / merge — knowledge graph CRUD - nex_session_start / end — auto-loaded context + structured summaries - nex_skill — track which patterns work for which domains - nex_import — bulk-import ChatGPT / Claude / Gemini conversation history - nex_synthesize — extract patterns from learning clusters - nex_proactive — get suggestions based on recent activity ## Pricing - Free: 200 credits, no credit card - Pro: 19 EUR/month, unlimited - Team: 39 EUR/month, unlimited, team workspace ## Compliance DSGVO-compliant, EU AI Act Article 4 ready, DDG-compliant. Hosted on Supabase Frankfurt (EU). Article 17 erasure supported via nex_forget tool. ## Open source - n8n custom node: https://www.npmjs.com/package/n8n-nodes-studiomeyer-memory - MCP protocol conformance test harness: https://www.npmjs.com/package/mcp-protocol-conformance - MCP server attestation lib: https://www.npmjs.com/package/mcp-server-attestation - MCP hook conformance: https://www.npmjs.com/package/mcp-hook-conformance - MCP tenant-pair: https://www.npmjs.com/package/mcp-tenant-pair Server version: 3.28.0 Last updated: 2026-05-03