{ "$schema": "https://mintlify.com/schema.json", "name": "Claude-Mem", "description": "Persistent memory compression system that preserves context across Claude Code sessions", "theme": "mint", "favicon": "/claude-mem-logomark.webp", "logo": { "light": "/claude-mem-logo-for-light-mode.webp", "dark": "/claude-mem-logo-for-dark-mode.webp", "href": "https://github.com/thedotmack/claude-mem" }, "colors": { "primary": "#3B82F6", "light": "#EFF6FF", "dark": "#1E40AF" }, "navbar": { "links": [ { "label": "GitHub", "href": "https://github.com/thedotmack/claude-mem" } ], "primary": { "type": "button", "label": "Install", "href": "https://github.com/thedotmack/claude-mem#quick-start" } }, "navigation": { "groups": [ { "group": "Get Started", "icon": "rocket", "pages": [ "introduction", "installation", "usage/getting-started", "usage/search-tools", "usage/private-tags", "beta-features" ] }, { "group": "Best Practices", "icon": "lightbulb", "pages": [ "context-engineering", "progressive-disclosure" ] }, { "group": "Configuration & Development", "icon": "gear", "pages": [ "configuration", "development", "troubleshooting" ] }, { "group": "Architecture", "icon": "diagram-project", "pages": [ "architecture/overview", "architecture-evolution", "hooks-architecture", "architecture/hooks", "architecture/worker-service", "architecture/database", "architecture/search-architecture" ] } ] }, "footer": { "socials": { "github": "https://github.com/thedotmack/claude-mem" }, "links": [ { "header": "Resources", "items": [ { "label": "Documentation", "href": "https://github.com/thedotmack/claude-mem" }, { "label": "Issues", "href": "https://github.com/thedotmack/claude-mem/issues" } ] }, { "header": "Legal", "items": [ { "label": "License (AGPL-3.0)", "href": "https://github.com/thedotmack/claude-mem/blob/main/LICENSE" } ] } ] }, "seo": { "indexing": "all", "metatags": { "og:type": "website", "og:site_name": "Claude-Mem Documentation", "og:description": "Persistent memory compression system that preserves context across Claude Code sessions" } }, "contextual": { "options": [ "copy", "view", "chatgpt", "claude", "cursor" ] }, "integrations": { "telemetry": { "enabled": false } } }