post-cortex
Verified Safeby julymetodiev
Overview
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.
Installation
pcxEnvironment Variables
- PC_HOST
- PC_PORT
- PC_DATA_DIR
- PC_STORAGE_BACKEND
- PC_SURREALDB_ENDPOINT
- PC_SURREALDB_USER
- PC_SURREALDB_PASS
Security Notes
The server demonstrates a strong security posture. It is designed for local processing with explicit claims of 'no external APIs' for core operations, enhancing privacy. Input validation and type coercion are rigorously applied to tool parameters (see `daemon/validate.rs` and `daemon/coerce.rs`), mitigating injection and misuse vulnerabilities. The use of robust, lock-free concurrency primitives (ArcSwap, DashMap) minimizes common concurrency bugs that could have security implications. No 'eval' or dynamic code execution patterns were identified. While it exposes a network-facing daemon (defaulting to localhost), this is a common pattern for local services. The initial download of embedding models from HuggingFace requires internet access but is from a trusted source and cached locally, with inference then performed entirely offline. No hardcoded secrets were found; external database credentials (for SurrealDB) are user-provided configuration.
Similar Servers
MemoryMesh
A local knowledge graph server for AI models, focusing on structured memory for text-based RPGs and interactive storytelling.
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.
nocturne_memory
Provides a persistent, structured long-term memory and dynamic knowledge graph system for AI agents, designed for human-AI collaboration.