MCP Directory

varun29ankuS/shodh-memory

GitHub
Productivity

Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y shodh-memory

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from varun29ankuS/shodh-memory your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "shodh-memory": {
      "command": "npx",
      "args": [
        "-y",
        "shodh-memory"
      ]
    }
  }
}

Route varun29ankuS/shodh-memory intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add shodh-memory

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use varun29ankuS/shodh-memory directly without routing

npx -y shodh-memory

New to Agent-CoreX? View setup guide →

varun29ankuS/shodh-memory MCP Server — Agent-CoreX