Back to MCP Servers
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-memoryaillm
Installation
npx -y empathy-frameworkConfiguration
{
"mcpServers": {
"empathy-framework": {
"command": "npx",
"args": ["-y", "empathy-framework"]
}
}
}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