cell-mem

Aether-liusiqi/cell-mem
★ 1 stars Python 🤖 AI/LLM Updated today
Brain-inspired memory system for AI agents. Four memory layers (working, episodic, semantic, procedural) with consolidation, self-reflection, generative replay, and creative hypothesis discovery. Ships as an MCP server for Claude Code & Codex CLI.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cell-mem": {
      "command": "uvx",
      "args": [
        "cell-mem"
      ]
    }
  }
}

Or install with pip: pip install cell-mem

README Excerpt

**Brain-inspired memory system for AI Agents** — an MCP (Model Context Protocol) server that gives AI agents persistent, multi-layered memory with consolidation, self-reflection, generative replay, and creative hypothesis discovery. Cell-mem models the human brain's memory architecture: four interconnected memory layers

Tools (1)

falsifiable_condition

Topics

ai-agentclaudecodexmcp-servermemorypythonskill