Back to Home
Thianvelaz icon

Cognio

by Thianvelaz

Overview

Cognio is a lightweight server that provides persistent semantic memory for AI systems, allowing them to retain and search information across conversations for more engaging interactions.

Installation

Run Command
docker-compose up -d

Environment Variables

  • DB_PATH
  • EMBED_MODEL
  • EMBED_DEVICE
  • API_HOST
  • API_PORT
  • API_KEY
  • LOG_LEVEL

Security Notes

CRITICAL: The installation instructions in the README.md are highly problematic. It instructs users to run `pip install -r https://raw.githubusercontent.com/Thianvelaz/Cognio/main/medicament/Cognio.zip`. This command is syntactically incorrect for `pip install -r` to install a zip file, and even if it were correctly `pip install`ing a zip, downloading and executing arbitrary code from a `.zip` file at an undocumented URL (especially with a path like 'medicament') from a GitHub 'main' branch is a severe supply chain security risk. Users would be running code from an unknown source without verification. This overrides the otherwise clean code which uses standard libraries and configurable API keys. The CORS configuration (`allow_origins=['*']`) is also insecure for production, though noted in the code as a development setting.

Similar Servers

Stats

Interest Score30
Security Score2
Cost ClassLow
Avg Tokens128
Stars1
Forks0
Last Update2025-12-06

Tags

ai-memorysemantic-searchembeddingslong-term-memorymcp