Skip to main content
AllMCPs
BrowseBestCategoriesToolsGuidesBlog 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
  • 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. Agent Memory
  4. vs Shodh Memory
Side-by-Side Model Context Protocol Comparison

Agent Memory vs Shodh Memory

In-depth architectural comparison of the Agent Memory and Shodh Memory 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

Agent Memory
Knowledge & Memory · Local stdio
Quality: 47/100 (Fair) | Auth: No auth required
Shodh Memory
Knowledge & Memory · Local stdio
Quality: 55/100 (Good) | Auth: API Key required
Verdict Summary: Choose Agent Memory if you need specialized Knowledge & Memory tools running via a local process. Choose Shodh Memory 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?

Agent Memory logo

Choose Agent Memory 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: Three-layer memory: identity, active context, and archive, Semantic recall by meaning rather than keywords, Graph memory tracking updates, extensions, derivations, and expirations.
Explore Agent Memory Details
Shodh Memory logo

Choose Shodh Memory when:

  • You need dedicated capabilities in the Knowledge & Memory domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Free / Open Source).
  • You have access to required keys: SHODH_API_KEY, SHODH_CONFIG_PATH, SHODH_DATA_DIR.
  • Primary tools included: .

Feature & Specification Comparison

Specification
Agent Memory logo
Agent Memory
g1itchbot8888-del
Knowledge & Memory
Shodh Memory logo
Shodh Memory
varun29ankuS
Knowledge & Memory
SummaryThree-layer memory system for agents (identity/active/archive) with semantic search, graph relationships, conflict detection, and LearningMachine. Built by an agent, for agents. No API keys required.Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single 15MB binary, runs offline on edge devices.
Category & ScopeKnowledge & Memory

Tools & Capabilities Breakdown

Agent Memory Tools (6)

Three-layer memory: identity, active context, and archive
Semantic recall by meaning rather than keywords
Graph memory tracking updates, extensions, derivations, and expirations
Auto-capture of decisions and insights without explicit commands
LearningMachine for tracking recall hits, misses, and corrections
Local SQLite storage with no cloud or API key dependencies

Shodh Memory Tools (6)

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

Agent Memory Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "g1itchbot8888-del-agent-memory": {
      "command": "uvx",
      "args": [
        "openclaw-memory"
      ]
    }
  }
}
Shodh Memory Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "varun29ankus-shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "@shodh/memory-mcp"
      ],
      "env": {
        "SHODH_API_KEY": "YOUR_SHODH_API_KEY_HERE",
        "SHODH_CONFIG_PATH": "YOUR_SHODH_CONFIG_PATH_HERE",
        "SHODH_DATA_DIR": "YOUR_SHODH_DATA_DIR_HERE"
      }
    }
  }
}

Frequently Asked Questions

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

More alternatives to Agent MemoryMore alternatives to Shodh MemoryKnowledge & Memory category hub

Related MCP Server Comparisons

Popular comparisons with Agent Memory

  • Hindsight logoAgent Memory vs Hindsight
  • Penfield Mcp logoAgent Memory vs Penfield Mcp
  • Agentram Mcp logoAgent Memory vs Agentram Mcp
  • Alaya logoAgent Memory vs Alaya

Popular comparisons with Shodh Memory

Zero LLM calls for storing or recalling memories, Hebbian learning with memory strengthening and decay, Local semantic search using MiniLM embeddings
Explore Shodh Memory Details
Knowledge & Memory
Quality signal47/100 (Fair)55/100 (Good)
Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
Auth RequirementNo auth requiredAPI Key required
Pricing ModelFree / Open SourceFree / Open Source
Required Env VarsNone required
SHODH_API_KEYSHODH_CONFIG_PATHSHODH_DATA_DIR
Compatible Clients
Claude DesktopCursorWindsurfClineVS Code
Claude DesktopCursorWindsurfClineVS Code
Install path signaluvx · highnpx · high
Engagement & Health 0 views 0 copies 0 upvotes 7 stars 1 views 0 copies 0 upvotes 244 stars
Verified / OfficialCommunity ListingCommunity Listing
Open full listingView Agent Memory ListingView Shodh Memory Listing
Zero LLM calls for storing or recalling memories
Hebbian learning with memory strengthening and decay
Local semantic search using MiniLM embeddings
Named entity recognition and typed relation extraction
Causal lineage tracing via knowledge graph edges
Runs fully offline as a single ~17MB binary
Engram logo
Shodh Memory vs Engram
  • Hindsight logoShodh Memory vs Hindsight
  • Lean Memory logoShodh Memory vs Lean Memory
  • Memkin logoShodh Memory vs Memkin