nakurian/hce
Middleware memory engine for LLMs — replaces linear chat history with three parallel structures (Entity Graph, Semantic Tree, Focus Buffer) to retrieve only the most relevant context within a token budget. Works as a Python library or MCP server for Claude Code, Copilot CLI, and other AI tools.
Platform-specific configuration:
{
"mcpServers": {
"hce": {
"command": "npx",
"args": [
"-y",
"hce"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...