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.
Quick Start
Clone the repository:
git clone https://github.com/Smart-AI-Memory/empathy-frameworkClaude 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.