{
  "$schema": "https://a2a-protocol.org/schemas/agent-card/v1.json",
  "specVersion": "1.0",
  "name": "rembr",
  "title": "Rembr — MCP-native Memory Infrastructure",
  "version": "1.12.0",
  "description": "MCP-native persistent memory service for AI agents. Never lose context. Semantic memory storage with cross-session persistence, temporal debugging, and full audit trails.",
  "url": "https://rembr.ai",
  "homepageUrl": "https://rembr.ai",
  "iconUrl": "https://rembr.ai/icon.png",
  "documentationUrl": "https://docs.rembr.ai",
  "capabilities": {
    "mcp": {
      "transport": "streamable-http",
      "endpoint": "https://rembr.ai/mcp",
      "cardUrl": "https://rembr.ai/.well-known/mcp/server-card.json"
    },
    "oauth2": {
      "authorizationServer": "https://rembr.ai/.well-known/oauth-authorization-server",
      "scope": "openid profile offline_access",
      "tokenEndpoint": "https://rembr.ai/auth/token"
    }
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer", "oauth2"]
  },
  "skills": [
    {
      "name": "memory-storage",
      "description": "Persistent semantic memory storage with cross-session persistence",
      "tags": ["memory", "storage", "semantic"]
    },
    {
      "name": "temporal-debugging",
      "description": "Temporal debugging and timeline analysis for AI agents",
      "tags": ["debugging", "timeline", "analysis"]
    },
    {
      "name": "audit-trails",
      "description": "Full audit trails for all agent interactions and memory operations",
      "tags": ["audit", "compliance", "security"]
    }
  ],
  "endpoints": [
    {
      "url": "https://rembr.ai/mcp",
      "description": "MCP server endpoint for agent communication",
      "transport": "streamable-http"
    },
    {
      "url": "https://rembr.ai/.well-known/agent-card.json",
      "description": "A2A Agent Card discovery endpoint",
      "transport": "http-get"
    },
    {
      "url": "https://rembr.ai/.well-known/mcp/server-card.json",
      "description": "MCP Server Card discovery endpoint",
      "transport": "http-get"
    }
  ],
  "supportedInterfaces": ["mcp", "oauth2"],
  "createdAt": "2026-05-31T00:00:00Z",
  "updatedAt": "2026-05-31T00:00:00Z"
}
