Cortex
Verified Safeby EcuaByte-lat
Overview
Provides a persistent, privacy-first context layer for AI coding agents to store, retrieve, and intelligently route project-specific memories and knowledge across sessions and tools.
Installation
bunx @ecuabyte/cortex-mcp-serverEnvironment Variables
- NPM_TOKEN
- NODE_AUTH_TOKEN
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GEMINI_API_KEY
- MISTRAL_API_KEY
- DEEPSEEK_API_KEY
Security Notes
The project demonstrates strong security practices with explicit `ContextGuard` primitive for sensitive data filtering, use of environment variables for API keys (`process.env`), and a defined `SECURITY.md` policy for vulnerability reporting. It also includes cryptographic functions for encryption/decryption of stored data. Network calls are made to external AI providers (Gemini, OpenAI, Anthropic, Ollama, etc.) via HTTPS, which is standard practice. The MCP server primarily uses `stdio` for communication with AI clients, reducing typical network exposure risks.
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
memory-graph
A graph-based MCP server that provides intelligent memory capabilities for Claude Code, enabling persistent knowledge tracking, relationship mapping, and contextual development assistance.
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.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.