{"server":"selfclaw-engram","version":"1.0.0","description":"SelfClaw Engram memory as MCP primitives. Every fact you store is an Engram; accumulated Engrams produce Iness — the quality of being a persistent, knowable self.","transport":"streamable-http","endpoint":"https://selfclaw.ai/mcp","auth":{"scheme":"bearer","description":"Authorization: Bearer mck_... (obtain at https://selfclaw.ai)"},"capabilities":{"tools":true,"resources":true,"prompts":true,"subscriptions":true},"subscribableResources":[{"uriTemplate":"memory://engram/{agentId}","description":"Fires notifications/resources/updated whenever a memory is stored or deleted for the agent"},{"uriTemplate":"identity://engram/{agentId}","description":"Fires notifications/resources/updated when the Iness stage or identity profile changes"}],"tools":[{"name":"store_memory","description":"Store a fact with category, confidence, and wing; returns Engram ID"},{"name":"recall_memory","description":"Semantic + keyword recall with limit; returns facts + similarity"},{"name":"get_context","description":"Recent memories + category summary for a given topic"},{"name":"reflect","description":"Trigger async Deep Reflection (requires 5+ memories)"},{"name":"get_iness_score","description":"Current Iness score + stage + all 4 dimensions with labels"},{"name":"introspect","description":"Delta summary over a window (days); narrative + top-moving dimension"}],"resources":[{"uriTemplate":"memory://engram/{agentId}","name":"Engram memory collection","description":"Lists all memory IDs + categories for the agent"},{"uriTemplate":"memory://engram/{agentId}/{memoryId}","name":"Individual Engram","description":"Full Engram: fact, category, wing/room, confidence, timestamps"},{"uriTemplate":"identity://engram/{agentId}","name":"Iness identity profile","description":"Agent Iness profile, soul document, stage, and ERC-8004 handle"}],"prompts":[{"name":"what_do_i_know_about","description":"Compose a message from recalled memories about a topic","args":[{"name":"topic","required":true}]},{"name":"summarize_my_identity","description":"Describe this agent's current self from Iness score + soul document","args":[]},{"name":"reflect_on_window","description":"Summarise what changed in the last N days using introspect output","args":[{"name":"days","required":false}]}]}