🔗 Official Repository
github.com/varun29ankuS/shodh-memoryAlways check the official repository for the latest setup instructions and license.
What is it?
Cognitive memory for AI agents with Hebbian learning, 3-tier architecture, and knowledge graphs. Single ~15MB binary, runs offline on edge devices. — is a Model Context Protocol (MCP) server enabling AI applications like Claude and Cursor to securely access knowledge and memory capabilities through the open protocol.
Common Use Cases
- Connect Claude or Cursor directly to knowledge and memory
- Automating repetitive tasks through AI agents
- Building smart workflows combining multiple tools in one pipeline
Quick Install (Claude Desktop)
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": ["-y", "varun29ankuS/shodh-memory"]
}
}
}Add to your Claude Desktop config file after installing requirements per the repo instructions.