Back to Home
Tuckdin icon

cortex-mcp-server

Verified Safe

by Tuckdin

Overview

The Cortex MCP Server provides a semantic search interface and content ingestion capabilities for a knowledge base focused on ICT trading and social intelligence.

Installation

Run Command
python main.py

Environment Variables

  • OPENAI_API_KEY
  • SUPABASE_URL
  • SUPABASE_KEY

Security Notes

The application uses environment variables for sensitive API keys (OpenAI, Supabase) and initializes clients lazily, which are good practices. There's no evident use of 'eval' or direct arbitrary code execution. Database interactions use the Supabase client library, which is generally expected to handle parameterization and prevent basic SQL injection for queries and inserts. The `ilike` pattern in `search_text` passes user input directly; while Supabase client usually handles this, it's a point where a very sophisticated payload *could* potentially cause issues if not fully escaped by the library (though unlikely for typical `ilike` usage). Overall, appears reasonably secure for a Python application using modern client libraries.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens50
Stars0
Forks0
Last Update2025-12-04

Tags

Semantic SearchKnowledge BaseAI/MLTradingSocial Intelligence