Skip to main content
Knowledge & MemoryPython

Smart-AI-Memory/empathy-framework

Five-level AI collaboration system with persistent memory and anticipatory capabilities. MCP-native integration for Claude and other LLMs with local-first architecture via MemDocs.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/Smart-AI-Memory/empathy-framework

Claude Desktop configuration example:

{
  "mcpServers": {
    "empathy-framework": {
      "command": "npx",
      "args": [
        "-y",
        "Smart-AI-Memory/empathy-framework"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
Smart-AI-Memory