XMemo
xmemo.dev
Identity-aware memory control plane for AI agents. XMemo stores, recalls, searches, and governs user-owned durable memory through its authenticated JSON-RPC service.
xmemo.dev 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.
Dispute or improve this rating
C
Conformance score: 64/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 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Agent card | https://xmemo.dev/.well-known/agent-card.json |
| Docs | https://xmemo.dev/product/docs |
Skills · 3 declared · mapped to canonical taxonomy
Store and update governed, user-owned durable memory.
Search and recall relevant context across authorized memory.
Explain, redact, forget, and audit authorized memory records.
Health · last 14 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/xmemo.dev) [](https://agenstry.com/agents/xmemo.dev) [](https://agenstry.com/agents/xmemo.dev) [](https://agenstry.com/agents/xmemo.dev)
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
{
"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"
}