
shodh-memory
by varun29ankuS·★ 212·Score 51
Persistent cognitive memory for AI agents and robots with offline support and 37 MCP tools.
Overview
Shodh-Memory is a sophisticated memory system for AI agents and robots that learns from use, forgets irrelevant data, and strengthens important memories. It features a neuroscience-inspired three-tier memory model (working, session, and long-term) with Hebbian learning and activation decay. The system is completely offline with no external dependencies, storing data locally using embeddings and mathematical algorithms rather than LLM API calls. It provides a unified CLI, TUI dashboard, REST API, and extensive MCP tools for memory management, todos, projects, and reminders.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Shodh-Memory when you need a persistent memory system for AI agents that works fully offline with minimal dependencies, particularly for robotics applications or when low-latency memory operations are critical.
When NOT to choose this
Avoid this if you need cloud-based memory sync across devices, require integration with OpenAI services, or need a system that already has established enterprise support and documentation.
Tools this server exposes
12 tools extracted from the READMErememberStore a new memory with optional type and tags
recallSearch and retrieve memories based on query
add_todoCreate a new todo item
list_todosRetrieve all todo items
update_todoModify an existing todo item
complete_todoMark a todo as completed
add_projectCreate a new project
list_projectsRetrieve all projects
set_reminderCreate a new reminder
list_remindersRetrieve all reminders
memory_statsGet statistics about memory usage
backup_createCreate a backup of all data
Comparable tools
Installation
Installation
**Unified CLI**
# Download from GitHub Releases
shodh init
shodh server**Claude Desktop**
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": ["-y", "@shodh/memory-mcp"]
}
}
}**Python**
pip install shodh-memory**Rust**
[dependencies]
shodh-memory = "0.1"FAQ
- How does Shodh-Memory differ from other memory systems like mem0?
- Shodh-Memory uses algorithmic intelligence with local embeddings and mathematical decay, requiring 0 LLM calls for memory storage. It works fully offline, unlike competitors that rely on OpenAI API and external databases.
- Can I use Shodh-Memory with robots?
- Yes, it has native support for robotics through Zenoh/ROS2 integration with robotics-specific fields like GPS coordinates, sensor data, and mission context. Robots can remember and recall spatial information without cloud connectivity.
On Hacker News
Recent discussion from the developer community.
- Story by shodh-varun · 2025-12-03
- Story by Varun_shodh · 2025-12-18
- Story by Varun_shodh · 2026-02-28
Compare shodh-memory with
Last updated · Auto-generated from public README + GitHub signals.