Back to Home
prefrontal-systems icon

cortexgraph

Verified Safe

by prefrontal-systems

Overview

CortexGraph is an MCP server that provides short-term memory for AI assistants, featuring temporal decay, reinforcement, and automatic promotion to long-term storage.

Installation

Run Command
python -m cortexgraph.server

Environment Variables

  • CORTEXGRAPH_STORAGE_PATH
  • LTM_VAULT_PATH
  • CORTEXGRAPH_ENABLE_EMBEDDINGS
  • CORTEXGRAPH_EMBED_MODEL
  • CORTEXGRAPH_STORAGE_BACKEND

Security Notes

The project demonstrates strong proactive security measures, including explicit secrets detection (`src/cortexgraph/security/secrets.py`), robust file/directory permission hardening (`src/cortexgraph/security/permissions.py`), and path traversal prevention (`src/cortexgraph/security/paths.py`). It utilizes environment variables for configuration and applies secure permissions at server initialization. External CLI calls (`cortexgraph.agents.beads_integration.py`) are handled safely using argument lists. Rate limiting is implemented for API endpoints. No usage of `eval()` or code obfuscation was found.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens750
Stars11
Forks5
Last Update2025-12-06

Tags

AIMemory ManagementTemporal DecaySpaced RepetitionKnowledge GraphMCP Server