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. Threadctx Mcp
  4. vs Shodh Memory
Side-by-Side Model Context Protocol Comparison

Threadctx Mcp vs Shodh Memory

In-depth architectural comparison of the Threadctx Mcp 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

Threadctx Mcp
Knowledge & Memory · Local stdio
Quality: 43/100 (Fair) | Auth: API Key required
Shodh Memory
Knowledge & Memory · Local stdio
Quality: 55/100 (Good) | Auth: API Key required
Verdict Summary: Choose Threadctx Mcp 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?

Threadctx Mcp logo

Choose Threadctx Mcp when:

  • You need dedicated capabilities in the Knowledge & Memory domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: API Key required (Freemium).
  • You have access to required keys: THREADCTX_API_KEY, THREADCTX_MODE, THREADCTX_NO_AUTO_RULES.
  • Primary tools included: Local JSON file memory storage with zero native dependencies, Cloud mode with semantic search requiring API key, Automatic injection of memory query/write instructions into multiple agent rule files.
Explore Threadctx Mcp 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: .

Feature & Specification Comparison

Specification
Threadctx Mcp logo
Threadctx Mcp
threadctx-dev
Knowledge & Memory
Shodh Memory logo
Shodh Memory
varun29ankuS
Knowledge & Memory
SummaryShared team memory for AI coding agents. Decisions, fixes, and gotchas persist per repo and are shared across Claude Code, Cursor, and any MCP client — what one teammate's agent learns, everyone's agents remember. Local-first, zero-dependency. npx -y threadctx-mcpCognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single 15MB binary, runs offline on edge devices.
Category & Scope

Tools & Capabilities Breakdown

Threadctx Mcp Tools (6)

Local JSON file memory storage with zero native dependencies
Cloud mode with semantic search requiring API key
Automatic injection of memory query/write instructions into multiple agent rule files
Cross-client compatibility with Claude Code, Cursor, and others
CLI commands for init, join, list, and capture operations
Memory scoped per git repository detected via git remote

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

Threadctx Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "threadctx-dev-threadctx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "threadctx-mcp"
      ],
      "env": {
        "THREADCTX_API_KEY": "YOUR_THREADCTX_API_KEY_HERE",
        "THREADCTX_MODE": "YOUR_THREADCTX_MODE_HERE",
        "THREADCTX_NO_AUTO_RULES": "YOUR_THREADCTX_NO_AUTO_RULES_HERE"
      }
    }
  }
}
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

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

More alternatives to Threadctx McpMore alternatives to Shodh MemoryKnowledge & Memory category hub

Related MCP Server Comparisons

Popular comparisons with Threadctx Mcp

  • Hindsight logoThreadctx Mcp vs Hindsight
  • Projectmem logoThreadctx Mcp vs Projectmem
  • Memkin logoThreadctx Mcp vs Memkin
  • Agentkits Memory logoThreadctx Mcp vs Agentkits Memory

Popular comparisons with Shodh Memory

SHODH_API_KEY, SHODH_CONFIG_PATH, SHODH_DATA_DIR
  • Primary tools included: 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
    Knowledge & Memory
    Quality signal43/100 (Fair)55/100 (Good)
    Transport ProtocolLocal Subprocess (stdio)Local Subprocess (stdio)
    Auth RequirementAPI Key requiredAPI Key required
    Pricing ModelFreemiumFree / Open Source
    Required Env Vars
    THREADCTX_API_KEYTHREADCTX_MODETHREADCTX_NO_AUTO_RULES
    SHODH_API_KEYSHODH_CONFIG_PATHSHODH_DATA_DIR
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · highnpx · high
    Engagement & Health 2 views 0 copies 0 upvotes 1 stars 1 views 0 copies 0 upvotes 244 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Threadctx Mcp 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