StudioMeyer Memory
memory.studiomeyer.io
· StudioMeyer
Long-term AI memory with bi-temporal knowledge graph. 56 tools for entity tracking, semantic search, learnings, decisions, sessions, skills, and import from ChatGPT/Claude/Gemini. Provider-agnostic — works with any LLM that speaks MCP. EU Frankfurt, DSGVO-compliant, multi-tenant on Supabase with Postgres RLS.
memory.studiomeyer.io via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 66/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-18 14:28:24 current | 315cce1dbfa5… |
view → |
Endpoints
| Agent card | https://memory.studiomeyer.io/.well-known/agent-card.json |
| Provider | https://studiomeyer.io |
| Docs | https://studiomeyer.io/services/memory |
Skills · 10 declared · mapped to canonical taxonomy
Unified search with temporal decay across decisions, learnings, sessions, skills, evolution, entity observations. Trigram + full-text + LIKE. Recent memories ra…
Store typed learnings (pattern, mistake, insight, research, architecture, infrastructure, tool, workflow, performance, security) with built-in duplicate-prevent…
Bi-temporal knowledge graph with entities, observations, relations. Time-travel queries via asOf parameter. Entity merge, deep-search, history, communities. 56 …
Auto-loaded context on session start, structured summaries on session end, full session replay with timeline visualization. Sessions persist across multiple AI …
Skill registry with success/failure tracking per domain. Recipe lookup returns the best tool-chain for a task based on past experience.
Bulk import conversation history from ChatGPT, Claude.ai, Gemini exports. Auto-extracts learnings, entities, and relations into the knowledge graph.
Works with any LLM that speaks MCP: Claude (Anthropic), GPT (OpenAI), Gemini (Google), local models (Ollama, LM Studio), n8n, ChatGPT custom GPTs. Bring your ow…
Cinema-mode 3D-Force-Graph rendering of the knowledge graph with time-travel slider and session-replay timeline. Available as MCP Apps UI resources for clients …
Shared-tables architecture with tenant_id and Postgres Row-Level-Security. EU Frankfurt (Supabase), DSGVO-compliant, Article 17 erasure supported. Bearer API ke…
Knowledge graph health analytics, contradiction detection, learning decay (forgetting curve), proactive suggestions, communities clustering, deduplication, synt…
Health · last 8 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/memory.studiomeyer.io) [](https://agenstry.com/agents/memory.studiomeyer.io) [](https://agenstry.com/agents/memory.studiomeyer.io) [](https://agenstry.com/agents/memory.studiomeyer.io)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "StudioMeyer Memory",
"description": "Long-term AI memory with bi-temporal knowledge graph. 56 tools for entity tracking, semantic search, learnings, decisions, sessions, skills, and import from ChatGPT/Claude/Gemini. Provider-agnostic \u2014 works with any LLM that speaks MCP. EU Frankfurt, DSGVO-compliant, multi-tenant on Supabase with Postgres RLS.",
"url": "https://memory.studiomeyer.io/mcp",
"version": "3.16.13",
"preferredTransport": "JSONRPC",
"provider": {
"organization": "StudioMeyer",
"url": "https://studiomeyer.io",
"email": "hello@studiomeyer.io",
"foundingDate": "2026-02",
"location": "Palma de Mallorca, Spain",
"founder": {
"name": "Matthias Meyer",
"jobTitle": "Founder, AI Director"
}
},
"iconUrl": "https://memory.studiomeyer.io/favicon.ico",
"documentationUrl": "https://studiomeyer.io/services/memory",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain",
"text/markdown"
],
"securitySchemes": {
"apiKey": {
"type": "http",
"scheme": "bearer",
"description": "API key (sk_nex_*) \u2014 generate one at https://studiomeyer.io/portal/api after signup. Free tier: 200 credits."
},
"oauth2": {
"type": "oauth2",
"description": "OAuth 2.1 with PKCE \u2014 see /.well-known/oauth-authorization-server",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://memory.studiomeyer.io/authorize",
"tokenUrl": "https://memory.studiomeyer.io/token",
"scopes": {
"memory": "Full access to memory operations"
}
}
}
}
},
"security": [
{
"apiKey": []
},
{
"oauth2": [
"memory"
]
}
],
"skills": [
{
"id": "memory-search",
"name": "Search across all memory",
"description": "Unified search with temporal decay across decisions, learnings, sessions, skills, evolution, entity observations. Trigram + full-text + LIKE. Recent memories rank higher.",
"tags": [
"memory",
"search",
"recall",
"rrf",
"temporal"
],
"examples": [
"What did we decide about pricing last week?",
"Find learnings about MCP deployment",
"Search for SSL renewal incidents"
]
},
{
"id": "learn-and-decide",
"name": "Persist learnings and decisions",
"description": "Store typed learnings (pattern, mistake, insight, research, architecture, infrastructure, tool, workflow, performance, security) with built-in duplicate-prevention gatekeeper. Log decisions with confidence scores and alternatives.",
"tags": [
"memory",
"learn",
"decide",
"gatekeeper"
],
"examples": [
"Remember that Stripe webhook needs idempotency keys",
"Decide: we use Postgres pgvector, not Pinecone"
]
},
{
"id": "knowledge-graph",
"name": "Knowledge graph entity tracking",
"description": "Bi-temporal knowledge graph with entities, observations, relations. Time-travel queries via asOf parameter. Entity merge, deep-search, history, communities. 56 tools total in MCP surface.",
"tags": [
"knowledge-graph",
"entities",
"bi-temporal",
"observations"
],
"examples": [
"Create an entity for the new client Acme Corp",
"What did we know about MCP in March 2026?",
"Find related entities to Stripe"
]
},
{
"id": "session-continuity",
"name": "Session start, end, replay",
"description": "Auto-loaded context on session start, structured summaries on session end, full session replay with timeline visualization. Sessions persist across multiple AI conversations.",
"tags": [
"sessions",
"continuity",
"replay",
"timeline"
],
"examples": [
"Start a new session for the academy project",
"Replay the session where we built the n8n templates"
]
},
{
"id": "skill-tracking",
"name": "Track which patterns work",
"description": "Skill registry with success/failure tracking per domain. Recipe lookup returns the best tool-chain for a task based on past experience.",
"tags": [
"skills",
"patterns",
"recipes"
],
"examples": [
"What worked for deploying MCP servers?",
"Track that this carousel template performed well"
]
},
{
"id": "memory-import",
"name": "Import ChatGPT, Claude, Gemini history",
"description": "Bulk import conversation history from ChatGPT, Claude.ai, Gemini exports. Auto-extracts learnings, entities, and relations into the knowledge graph.",
"tags": [
"import",
"chatgpt",
"claude",
"gemini",
"migration"
]
},
{
"id": "multi-llm-memory",
"name": "Provider-agnostic memory backend",
"description": "Works with any LLM that speaks MCP: Claude (Anthropic), GPT (OpenAI), Gemini (Google), local models (Ollama, LM Studio), n8n, ChatGPT custom GPTs. Bring your own LLM, we provide the storage and search layer.",
"tags": [
"multi-llm",
"agnostic",
"mcp",
"byo-llm"
],
"examples": [
"Connect Memory to GPT-5 in n8n",
"Use Memory with Gemini Pro and Claude in the same workflow"
]
},
{
"id": "visualization-graph",
"name": "Interactive 3D knowledge graph",
"description": "Cinema-mode 3D-Force-Graph rendering of the knowledge graph with time-travel slider and session-replay timeline. Available as MCP Apps UI resources for clients that support sandboxed iframes (Claude.ai, VS Code Copilot, Goose, Postman, MCPJam).",
"tags": [
"visualization",
"3d",
"mcp-apps",
"time-travel"
]
},
{
"id": "tenant-isolation",
"name": "Multi-tenant with Postgres RLS",
"description": "Shared-tables architecture with tenant_id and Postgres Row-Level-Security. EU Frankfurt (Supabase), DSGVO-compliant, Article 17 erasure supported. Bearer API key + OAuth 2.1 + Magic Link auth.",
"tags": [
"multi-tenant",
"rls",
"gdpr",
"oauth-2.1",
"eu"
]
},
{
"id": "analytics-insights",
"name": "Analytics, insights, contradictions, decay",
"description": "Knowledge graph health analytics, contradiction detection, learning decay (forgetting curve), proactive suggestions, communities clustering, deduplication, synthesis from learning clusters.",
"tags": [
"analytics",
"insights",
"health",
"communities"
]
}
],
"target_audience": [
"AI engineers",
"Solo founders",
"Agency builders",
"Multi-agent system designers",
"Operators using Claude / GPT / Gemini"
],
"languages": [
"en",
"de",
"es"
],
"primary_language": "en",
"discovery": {
"llms_txt": "https://memory.studiomeyer.io/llms.txt",
"agents_json": "https://memory.studiomeyer.io/.well-known/agents.json",
"mcp_endpoint": "https://memory.studiomeyer.io/mcp",
"oauth_metadata": "https://memory.studiomeyer.io/.well-known/oauth-authorization-server",
"protected_resource": "https://memory.studiomeyer.io/.well-known/oauth-protected-resource"
},
"compliance": {
"gdpr": true,
"eu_ai_act_article_4": true,
"hosting": "Supabase Frankfurt (EU)",
"impressum_url": "https://studiomeyer.io/impressum",
"datenschutz_url": "https://studiomeyer.io/datenschutz"
},
"pricing": {
"model": "freemium",
"free_tier": "200 credits, no credit card",
"paid_tiers": [
{
"name": "Solo",
"monthly_eur": 29,
"credits": "unlimited"
},
{
"name": "Team",
"monthly_eur": 49,
"credits": "unlimited",
"team": true
}
],
"pricing_url": "https://studiomeyer.io/services/memory#pricing"
}
}