Server data from the Official MCP Registry
Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).
Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).
Set these up before or after installing:
Environment variable: MNEMEX_STORAGE_PATH
Environment variable: LTM_VAULT_PATH
Environment variable: MNEMEX_DECAY_MODEL
Environment variable: MNEMEX_PL_HALFLIFE_DAYS
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-simplemindedbot-mnemex": {
"env": {
"LTM_VAULT_PATH": "your-ltm-vault-path-here",
"MNEMEX_DECAY_MODEL": "your-mnemex-decay-model-here",
"MNEMEX_STORAGE_PATH": "your-mnemex-storage-path-here",
"MNEMEX_PL_HALFLIFE_DAYS": "your-mnemex-pl-halflife-days-here"
},
"args": [
"cortexgraph"
],
"command": "uvx"
}
}
}This is CortexGraph, a temporal memory management system for AI assistants. The codebase shows good security practices with no authentication mechanisms (not required for this type of system), clean dependency management, and permissions appropriate for a developer tool that needs file system access for memory management. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 10 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!