Back to Home
0xReLogic icon

Cognio

Verified Safe

by 0xReLogic

Overview

Provides persistent semantic memory for AI assistants via Model Context Protocol (MCP), enabling semantic search, project organization, auto-tagging, and summarization of context.

Installation

Run Command
docker-compose up -d

Environment Variables

  • API_KEY
  • GROQ_API_KEY
  • OPENAI_API_KEY
  • AUTOTAG_ENABLED
  • SUMMARIZATION_METHOD
  • EMBED_MODEL
  • EMBED_DEVICE
  • HYBRID_ENABLED
  • COGNIO_API_URL

Security Notes

Default CORS `allow_origins=["*"]` allows all origins, which is a significant security risk for production environments if not restricted. API key authentication is optional by default, making all endpoints publicly accessible unless `API_KEY` is configured. `execSync` is used in the MCP server but calls a trusted local script (`setup-clients.js`) with fixed arguments, posing a low risk in this context. SQL injection is prevented through parameterized queries. Stores data in SQLite, which does not provide encryption at rest by default.

Similar Servers

Stats

Interest Score32
Security Score7
Cost ClassMedium
Avg Tokens700
Stars2
Forks1
Last Update2025-11-25

Tags

Semantic MemoryAI AssistantsContext ProtocolFastAPISQLite