Skip to main content
Knowledge & MemoryRust

varun29ankuS/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-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/varun29ankuS/shodh-memory

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Rust
Author
varun29ankuS