c
cortex-plugin-memory-consolidation
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
cortex-plugindevelopmentesmknowledge-managementmemorysync
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-memory-consolidationConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsmemory:store
Tags
cortex-plugindevelopmentesmknowledge-managementmemorysync
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-memory-consolidation
Summarizes and merges episodic memories into semantic clusters.
Installation
cortex plugin install marketplace:cortex-plugin-memory-consolidation
cortex plugin install github:CortexPrism/cortex-plugin-memory-consolidation
cortex plugin install ./manifest.json
Tools
memory_consolidate
Run consolidation on recent memories.
Parameters:
since(string, optional, default "24 hours ago") — ISO date stringmax_memories(number, optional, default 100) — Max memories to processstrategy(string, optional, default "summarize") — consolidate, cluster, prune, digest
memory_prune
Prune low-importance memories.
Parameters:
threshold(number, optional, default 0.3) — Importance thresholdolder_than_days(number, optional, default 30) — Age cutoff in days
memory_cluster
Cluster related memories by topic.
Parameters:
max_clusters(number, optional, default 10) — Max clusters
memory_digest
Generate a digest of what was learned.
Parameters:
period(string, optional, default "weekly") — daily, weekly, monthlyformat(string, optional, default "summary") — summary, bullets, detailed
memory_search_semantic
Search memories by semantic meaning.
Parameters:
query(string, required) — Semantic search querymax_results(number, optional, default 10) — Max results
Configuration
{
"plugins": {
"cortex-plugin-memory-consolidation": {
"enabled": true,
"config": {
"autoConsolidate": false,
"consolidationSchedule": "daily",
"pruneThreshold": 0.3,
"maxClusters": 10
}
}
}
}
Capabilities
tools— Provides tool implementationsmemory:store— Reads and writes to memory store
License
MIT — See LICENSE file
Published June 15, 2026 · Updated June 15, 2026