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
By varun29ankuS
Installation
npx -y shodh-memoryConfiguration
{
"mcpServers": {
"shodh-memory": {
"command": "npx",
"args": ["-y", "shodh-memory"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes