Skip to content
Back to XMemo

Card snapshot

xmemo.dev · 2026-08-14 02:54:44 UTC · 1b8ff08e583bbc585d28675ca360292c426f3eb11dc972337229338f6e95e8b5

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.346",
  "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"
}