shenchengtsi/CortiLoop
Bioinspired Agent Memory Engine — 7-layer brain-modeled memory lifecycle for AI agents. Just pass your LLM: CortiLoop(llm=agent.llm). Built-in embedding (bge-m3) + reranking (cross-encoder). 92% on LongMemEval.
Platform-specific configuration:
{
"mcpServers": {
"CortiLoop": {
"command": "npx",
"args": [
"-y",
"CortiLoop"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...