{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "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.",
  "iconUrl": "https://rembr.ai/icon.png",
  "documentationUrl": "https://docs.rembr.ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://rembr.ai/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "subscribe": true,
      "listChanged": true
    },
    "prompts": {
      "listChanged": true
    }
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer", "oauth2"]
  },
  "resources": ["dynamic"],
  "tools": ["dynamic"],
  "prompts": ["dynamic"]
}
