Back to MCP Servers

Shodh Memory

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

knowledge-memoryaiagent

Installation

npx -y shodh-memory

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub