Back to Home
julymetodiev icon

post-cortex

Verified Safe

by julymetodiev

Overview

Post-Cortex transforms ephemeral AI conversations into persistent, searchable knowledge, enabling AI assistants to maintain memory across sessions with semantic search and automatic knowledge graph construction.

Installation

Run Command
pcx

Environment Variables

  • PC_HOST
  • PC_PORT
  • PC_DATA_DIR
  • RUST_LOG

Security Notes

The server is built in Rust, which offers strong memory safety, and explicitly states 'zero external API calls' for privacy. Persistence uses RocksDB locally. The daemon exposes an HTTP/SSE API (default 127.0.0.1:3737) and uses `CorsLayer::permissive()`, which allows requests from any origin. While this might be acceptable for a local/internal AI assistant tool, it should be noted if considering wider network deployment. Input content lengths are truncated to prevent some resource exhaustion issues. No obvious hardcoded secrets or 'eval'-like dangerous patterns were found.

Similar Servers

Stats

Interest Score51
Security Score8
Cost ClassLow
Avg Tokens500
Stars8
Forks2
Last Update2025-11-25

Tags

Persistent MemorySemantic SearchKnowledge GraphAI Assistant MemoryRustLock-Free