prefrontal-systems/cortexgraph
Temporal memory system for AI assistants with human-like forgetting curves. All data stored locally in human-readable formats: JSONL for short-term memory, Markdown (Obsidian-compatible) for long-term. Memories naturally decay unless reinforced. Features knowledge graphs, smart prompting, and MCP server integration for Claude.
Platform-specific configuration:
{
"mcpServers": {
"cortexgraph": {
"command": "npx",
"args": [
"-y",
"cortexgraph"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...