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.
Implements a novel temporal decay algorithm combining recency, frequency, and importance scores (with configurable half-life and sub-linear weighting) to determine when memories fade or promote to long-term storage. Operates as an MCP server with dual storage backends (JSONL for git-friendly defaults, SQLite for scale) and includes a multi-agent consolidation pipeline for automated knowledge graph construction from short-term memories.
Stars
28
Forks
7
Language
HTML
License
AGPL-3.0
Category
Last pushed
Mar 02, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/prefrontal-systems/cortexgraph"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
topoteretes/cognee
Knowledge Engine for AI Agent Memory in 6 lines of code
divagr18/memlayer
Plug-and-play memory for LLMs in 3 lines of code. Add persistent, intelligent, human-like memory...
verygoodplugins/automem
AutoMem is a graph-vector memory service that gives AI assistants durable, relational memory:
CortexReach/memory-lancedb-pro
Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder...
CaviraOSS/OpenMemory
Local persistent memory store for LLM applications including claude desktop, github copilot,...