{
  "markdown": "# Mirror Memory MCP Server\n\n**Give your AI a memory.** Mirror Memory is a personal knowledge base that lets Claude, ChatGPT, Cursor, and any MCP-compatible AI remember what matters to you — your preferences, experiences, goals, people, and ideas.\n\nCapture thoughts via the web app, Telegram, or directly through MCP tools. Search them semantically. Your AI assistant becomes one that actually knows you.\n\n**Website:** [mirrormemory.ai](https://mirrormemory.ai)\n**App:** [app.mirrormemory.ai](https://app.mirrormemory.ai)\n\n## MCP Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_memories` | Semantic similarity search across your memories. Use specific terms from the user's question for best results. |\n| `store_memory` | Save a new thought or piece of information. Auto-categorized via AI, auto-extracts people, topics, action items, and dates. |\n| `list_categories` | List all available memory categories (Ideas, Tasks, Notes, People, Work, etc.). |\n| `get_recent_memories` | Retrieve your most recently stored memories. |\n\n## Quick Setup\n\n### 1. Get your API key\n\nSign up at [app.mirrormemory.ai](https://app.mirrormemory.ai), then go to **Settings > API Keys** to generate your MCP key.\n\n### 2. Connect your AI\n\n**Claude Desktop** (`~/Library/Application Support/Claude/claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"mirror-memory\": {\n      \"url\": \"https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n**Claude Code** (`~/.claude/settings.json`):\n```json\n{\n  \"mcpServers\": {\n    \"mirror-memory\": {\n      \"url\": \"https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n**Cursor** (`.cursor/mcp.json`):\n```json\n{\n  \"mcpServers\": {\n    \"mirror-memory\": {\n      \"url\": \"https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\n**Windsurf, Cline, or any MCP client** — use the same URL and API key pattern above.\n\n### 3. Start talking\n\nOnce connected, your AI will automatically search your memories for relevant context and store new information you share. No special commands needed.\n\n## How It Works\n\n```\nYou say something → AI calls store_memory → embedded + categorized + metadata extracted → stored\nYou ask something → AI calls search_memories → semantic vector search → relevant memories returned\n```\n\nEvery memory is:\n- **Embedded** as a 1536-dim vector for semantic search\n- **Auto-categorized** into one of 12+ categories via AI\n- **Metadata-enriched** — people mentioned, action items, topics, dates, and knowledge type are extracted automatically\n- **Deduplicated** via SHA-256 content fingerprinting\n\n## Features\n\n- **Multi-channel capture** — Web app, Telegram bot, MCP tools, import\n- **Semantic search** — Find memories by meaning, not just keywords\n- **AI categorization** — 12 built-in categories + custom categories\n- **Rich metadata** — People, action items, topics, dates extracted automatically\n- **Memory lifecycle** — Active, archived, and superseded states\n- **Weekly digests** — AI-synthesized email summaries of your memories\n- **Export** — Download everything as markdown. No lock-in.\n- **Privacy first** — Row-level security. We track engagement events, never content.\n\n## Pricing\n\n| Plan | Price | Memories | Channels |\n|------|-------|----------|----------|\n| Free | $0 | 100/month | Web + Telegram |\n| Solo Pro | $9/mo | Unlimited | Web + Telegram + MCP + Export |\n| Lifetime | $199 once | Unlimited | Everything, forever |\n\nMCP access requires Solo Pro or Lifetime.\n\n## Transport\n\n- **Protocol:** MCP over Streamable HTTP (JSON-RPC 2.0)\n- **Auth:** API key in `Authorization: Bearer <key>` header\n- **Rate limit:** 100 requests/minute per key\n- **Endpoint:** `https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server`\n\n## Links\n\n- [Website](https://mirrormemory.ai)\n- [Web App](https://app.mirrormemory.ai)\n- [Discord Community](https://discord.gg/mirrormemory) *(coming soon)*\n\n## License\n\nMirror Memory is a managed service. This repository contains documentation and configuration for the MCP server integration.\n",
  "bytes": 4294,
  "sha": "ca7c17d9304992cc14fd1ee0f67f91c9e82027eec79c965b5198fe0f4ecd8905",
  "repo_slug": "mirrormemory-ai/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tr1ckymag1ca1_mcp_server_7e5fc30e/readme"
}