Back to StudioMeyer Memory

Card snapshot

memory.studiomeyer.io · 2026-05-18 14:28:24 UTC · 315cce1dbfa56f57f8bc507a7e8121aa597c44134d890a3076e5a75120e76bc5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "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"
  }
}