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. Browse
  3. Rememb
  4. vs YourMemory
Side-by-Side Model Context Protocol Comparison

Rememb vs YourMemory

In-depth architectural comparison of the Rememb and YourMemory MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Rememb
Knowledge & Memory · Local stdio
Quality: 47/100 (Fair) | Auth: No auth required
YourMemory
Knowledge & Memory · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Verdict Summary: Choose Rememb if you need specialized Knowledge & Memory tools running via a local process. Choose YourMemory if your workspace requires Knowledge & Memory integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Rememb logo

Choose Rememb when:

  • You need dedicated capabilities in the Knowledge & Memory domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: MCP server with 17 tools, Structured memory sections, Keyword and token matching.
Explore Rememb Details
YourMemory logo

Choose YourMemory when:

  • You need dedicated capabilities in the Knowledge & Memory domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • Primary tools included: Ebbinghaus forgetting-curve memory decay and pruning, Hybrid retrieval combining BM25, vector embeddings, and entity graph, Consolidation of related facts into summaries to reduce bloat.
Explore YourMemory Details

Feature & Specification Comparison

Specification
Rememb logo
Rememb
LuizEduPP
Knowledge & Memory
YourMemory logo
YourMemory
sachitrafa
Knowledge & Memory
SummaryPersistent memory for AI agents with sectioned entries (project/user/context/etc), semantic search, CLI, and per-project scope. Local JSON, zero config, no server required.Persistent memory for AI agents with Ebbinghaus forgetting-curve decay, hybrid BM25+vector retrieval, and entity graph for multi-hop reasoning. Memories auto-prune by importance and recall rate. Built-in browser dashboard, multi-agent support, and yourmemory ask for zero-API-call local queries. pip install yourmemory
Category & Scope

Tools & Capabilities Breakdown

Rememb Tools (6)

MCP server with 17 tools
Structured memory sections
Keyword and token matching
Non-destructive versioning with diff and restore
Local JSON or SQLite storage
CLI and local web UI

YourMemory Tools (6)

Ebbinghaus forgetting-curve memory decay and pruning

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Rememb Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "luizedupp-rememb": {
      "command": "uvx",
      "args": [
        "rememb"
      ]
    }
  }
}
YourMemory Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "sachitrafa-yourmemory": {
      "command": "uvx",
      "args": [
        "yourmemory"
      ]
    }
  }
}

Frequently Asked Questions

Rememb is categorized under Knowledge & Memory and uses a local stdio subprocess. In contrast, YourMemory belongs to Knowledge & Memory using local stdio subprocess. Select Rememb when you need capabilities focused on knowledge & memory and YourMemory when you require tools for knowledge & memory.

More alternatives to RemembMore alternatives to YourMemoryKnowledge & Memory category hub

Related MCP Server Comparisons

Popular comparisons with Rememb

  • Moxie Docs MCP logoRememb vs Moxie Docs MCP
  • Mcp Server logoRememb vs Mcp Server
  • Entroly logoRememb vs Entroly
  • Ctxfile logoRememb vs Ctxfile

Popular comparisons with YourMemory

Knowledge & Memory
Knowledge & Memory
Quality signal47/100 (Fair)52/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredNo auth required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone requiredNone required
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signaluvx · highuvx · high
Engagement & Health 1 views 0 copies 0 upvotes 4 stars 1 views 0 copies 0 upvotes 262 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Rememb ListingView YourMemory Listing
Hybrid retrieval combining BM25, vector embeddings, and entity graph
Consolidation of related facts into summaries to reduce bloat
Tamper-evident hash-chained audit trail of memory operations
Role-based team memory pools with privacy controls
Local-first operation with zero API key requirement
Moxie Docs MCP logo
YourMemory vs Moxie Docs MCP
  • Entroly logoYourMemory vs Entroly
  • Basic Memory logoYourMemory vs Basic Memory
  • Engram logoYourMemory vs Engram