Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Personal knowledge base MCP server with semantic search, auto-categorization, metadata extraction

README.md

Mirror Memory MCP Server

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.

Capture thoughts via the web app, Telegram, or directly through MCP tools. Search them semantically. Your AI assistant becomes one that actually knows you.

Website: mirrormemory.ai App: app.mirrormemory.ai

MCP Tools

| Tool | Description | |------|-------------| | search_memories | Semantic similarity search across your memories. Use specific terms from the user's question for best results. | | store_memory | Save a new thought or piece of information. Auto-categorized via AI, auto-extracts people, topics, action items, and dates. | | list_categories | List all available memory categories (Ideas, Tasks, Notes, People, Work, etc.). | | get_recent_memories | Retrieve your most recently stored memories. |

Quick Setup

1. Get your API key

Sign up at app.mirrormemory.ai, then go to Settings > API Keys to generate your MCP key.

2. Connect your AI

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json): ``json { "mcpServers": { "mirror-memory": { "url": "https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } ``

Claude Code (~/.claude/settings.json): ``json { "mcpServers": { "mirror-memory": { "url": "https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } ``

Cursor (.cursor/mcp.json): ``json { "mcpServers": { "mirror-memory": { "url": "https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } } ``

Windsurf, Cline, or any MCP client — use the same URL and API key pattern above.

3. Start talking

Once connected, your AI will automatically search your memories for relevant context and store new information you share. No special commands needed.

How It Works

You say something → AI calls store_memory → embedded + categorized + metadata extracted → stored
You ask something → AI calls search_memories → semantic vector search → relevant memories returned

Every memory is:

  • Embedded as a 1536-dim vector for semantic search
  • Auto-categorized into one of 12+ categories via AI
  • Metadata-enriched — people mentioned, action items, topics, dates, and knowledge type are extracted automatically
  • Deduplicated via SHA-256 content fingerprinting

Features

  • Multi-channel capture — Web app, Telegram bot, MCP tools, import
  • Semantic search — Find memories by meaning, not just keywords
  • AI categorization — 12 built-in categories + custom categories
  • Rich metadata — People, action items, topics, dates extracted automatically
  • Memory lifecycle — Active, archived, and superseded states
  • Weekly digests — AI-synthesized email summaries of your memories
  • Export — Download everything as markdown. No lock-in.
  • Privacy first — Row-level security. We track engagement events, never content.

Pricing

| Plan | Price | Memories | Channels | |------|-------|----------|----------| | Free | $0 | 100/month | Web + Telegram | | Solo Pro | $9/mo | Unlimited | Web + Telegram + MCP + Export | | Lifetime | $199 once | Unlimited | Everything, forever |

MCP access requires Solo Pro or Lifetime.

Transport

  • Protocol: MCP over Streamable HTTP (JSON-RPC 2.0)
  • Auth: API key in Authorization: Bearer <key> header
  • Rate limit: 100 requests/minute per key
  • Endpoint: https://hcelnlqmgddxzvjegpdr.supabase.co/functions/v1/mcp-server

Links

License

Mirror Memory is a managed service. This repository contains documentation and configuration for the MCP server integration.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Vector & Memory servers.