Skip to content
Back to XMemo

Card snapshot

xmemo.dev · 2026-08-18 16:53:34 UTC · 7bf25fa07a5f91efd8255e59d04655d35aa2d77b6093b6a14f133e8de8b89dc7

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.

{
  "name": "XMemo",
  "description": "Identity-aware memory control plane for AI agents. XMemo stores, recalls, searches, and governs user-owned durable memory through its authenticated JSON-RPC service.",
  "version": "0.4.347",
  "supportedInterfaces": [
    {
      "url": "https://xmemo.dev/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "memory-management",
      "name": "Memory Management",
      "description": "Store and update governed, user-owned durable memory.",
      "tags": [
        "memory",
        "write",
        "governance"
      ]
    },
    {
      "id": "memory-recall",
      "name": "Memory Recall",
      "description": "Search and recall relevant context across authorized memory.",
      "tags": [
        "memory",
        "search",
        "recall"
      ]
    },
    {
      "id": "memory-lifecycle",
      "name": "Memory Lifecycle",
      "description": "Explain, redact, forget, and audit authorized memory records.",
      "tags": [
        "memory",
        "privacy",
        "lifecycle",
        "audit"
      ]
    }
  ],
  "documentationUrl": "https://xmemo.dev/product/docs"
}