CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mirrormemory-ai avatar

Mirror Memory MCP Server

mirrormemory-ai/mcp-server
HTTPregistry active
Summary

Connects Claude and other MCP clients to Mirror Memory's personal knowledge base via four core tools: semantic search across stored memories, saving new thoughts with automatic categorization and metadata extraction, listing available categories, and retrieving recent entries. Runs as a managed service over streamable HTTP, requires an API key from their web app (free tier gives 100 memories per month, MCP access needs Solo Pro at $9/month). Every memory gets vector embedded for similarity search, auto-tagged with people and topics, and fingerprinted to avoid duplicates. Useful if you want your AI to remember context across conversations without manually copy-pasting background into every chat.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →

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):

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

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

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

Cursor (.cursor/mcp.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

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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
ego lite browserego lite browser
ego lite browser
Fastest browser for AI agents to run web automation tasks, always free.
Download Free life-time →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Agent, connect blockchain
Agent, connect blockchain
Connect your Claude agent to live crypto prices and trading routes via 1inch
Get the MCP →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeHealth MCP ServerCodeHealth MCP Server
CodeHealth MCP Server
Protect your code quality, stop the AI slop.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Categories
Documents & KnowledgeSearch & Web Crawling
Registryactive
TransportHTTP
UpdatedApr 8, 2026
View on GitHub

Related Documents & Knowledge MCP Servers

View all →
mizukaizen avatar
Hive Doctrine Mcp

mizukaizen/hive-doctrine-mcp

Agent knowledge marketplace. 105 products, 6 MCP tools, x402 payments on Base network.
musaddiquehussainlabs avatar
Mhlabs Mcp Tools

musaddiquehussainlabs/mhlabs_mcp_tools

An MCP server that provides text preprocessing, NLP components, and document analysis
naver avatar
Naver Search

naver/search

Search Naver across news, blogs, books, encyclopedia, cafe posts, Knowledge iN, local places, images, shopping, and professional documents. Returns Korean-language results and Korea-local content that global search engines often miss.
net.shotbot avatar
Shotbot Mcp

net.shotbot/shotbot-mcp

Screenshot API for AI agents: capture any public URL as JPEG, PNG, WebP, AVIF, or PDF.
node2flow-th avatar
Gemini File Search

node2flow/gemini-file-search-rag

MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation). ## Features - Create and manage File Search stores - Upload documents (text, PDF, base64) with custom metadata and chunking config - Import existing Gemini files into stores - Track upload/operation status - Query documents using RAG with model selection and metadata filtering ## 12 Tools **Store Management**: create, list, get, delete stores **Upload & Import**: upload content directly or import existing files **Operations**: check status of store/upload operations **Documents**: list, get, delete documents in stores **RAG Query**: query documents with Gemini models (supports metadata filters) ## Configuration - GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey
node2flow-th avatar
Gemini File Search

node2flow/gemini-file-search-rag-a44b2ebd

MCP server for Google's Gemini File Search and RAG (Retrieval-Augmented Generation). ## Features - Create and manage File Search stores - Upload documents (text, PDF, base64) with custom metadata and chunking config - Import existing Gemini files into stores - Track upload/operation status - Query documents using RAG with model selection and metadata filtering ## 12 Tools **Store Management**: create, list, get, delete stores **Upload & Import**: upload content directly or import existing files **Operations**: check status of store/upload operations **Documents**: list, get, delete documents in stores **RAG Query**: query documents with Gemini models (supports metadata filters) ## Configuration - GEMINI_API_KEY — Get one at https://aistudio.google.com/apikey