Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Mirror Memory MCP Server
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:18:19 AM

Mirror Memory MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mirror-memory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mirror-memory-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

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

ToolDescription
search_memoriesSemantic similarity search across your memories. Use specific terms from the user's question for best results.
store_memorySave a new thought or piece of information. Auto-categorized via AI, auto-extracts people, topics, action items, and dates.
list_categoriesList all available memory categories (Ideas, Tasks, Notes, People, Work, etc.).
get_recent_memoriesRetrieve 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):

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

Claude Code (~/.claude/settings.json):

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

Cursor (.cursor/mcp.json):

config.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

Code
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

PlanPriceMemoriesChannels
Free$0100/monthWeb + Telegram
Solo Pro$9/moUnlimitedWeb + Telegram + MCP + Export
Lifetime$199 onceUnlimitedEverything, 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

  • Website
  • Web App
  • Discord Community (coming soon)

License

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

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory17 views
    Compare vs Moxie Docs MCP β†’
  • Mcp Server logoMcp Server

    Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients

    🧠 Knowledge & Memory0 views
    Compare vs Mcp Server β†’
  • C
    Cortex

    Shared, persistent semantic memory for your AI: save, search by meaning, recall with sources.

    🧠 Knowledge & Memory0 views
    Compare vs Cortex β†’
  • C
    Collective Memory

    MCP server for persistent, semantic memory across AI sessions

    🧠 Knowledge & Memory0 views
    Compare vs Collective Memory β†’

Frequently Asked Questions about Mirror Memory MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mirror-memory-mcp-server": { "command": "npx", "args": ["-y", "Mirror Memory MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMirror Memory MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mirror-memory-mcp-server?style=directory)](https://allmcps.com/mcp/mirror-memory-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/mirror-memory-mcp-server"><img src="https://allmcps.com/api/badge/mirror-memory-mcp-server?style=directory" alt="Mirror Memory MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Mirror Memory MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code