Cognio
by Thianvelaz
Overview
Cognio is a lightweight server designed to provide persistent semantic memory for AI systems, enabling them to remember information across conversations for more engaging interactions.
Installation
docker-compose up -dSecurity Notes
CRITICAL CONCERN: While the provided Python source code (`src/`, `pyproject.toml`, `docker-compose.yml`, `scripts/`) itself appears to follow good security practices (e.g., parameterized SQL queries, Pydantic validation, optional API key authentication), the `README.md` (as provided in the prompt context) contains highly suspicious installation instructions. Specifically, it advises users to run: 1. `pip install -r https://raw.githubusercontent.com/Thianvelaz/Cognio/main/medicament/Cognio.zip` 2. `python https://raw.githubusercontent.com/Thianvelaz/Cognio/main/medicament/Cognio.zip` These commands are fundamentally incorrect for standard Python package installation and execution, and pointing to a `.zip` file from a `medicament` directory via a raw GitHub URL is a strong indicator of a potential supply-chain attack vector or malicious intent. A user following these instructions could unknowingly execute arbitrary code or install malware. Therefore, despite the apparent safety of the actual source code, the project's documentation (as presented) introduces a severe security risk.
Similar Servers
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.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.
cortexgraph
A Model Context Protocol (MCP) server providing AI assistants with ephemeral, local short-term memory, temporal decay, reinforcement, and automatic promotion to long-term storage.
kuzu-memory
KuzuMemory provides a lightweight, embedded graph-based memory system for AI applications, specifically designed to integrate with AI coding agents (like Claude Code) via the Model Context Protocol (MCP) for contextual prompt enhancement and learning from interactions.