Agent-Cortex

MCPReference

by Zhong-y-j

Indexed by Glama. No runnable package is published via Glama's API — open the repository for install instructions.

mcphybrid

MCP configuration

stdio

Environment

  • MCP_TOKENsecret

    Bearer token for calling downstream API

  • MCP_BASE_URL

    Downstream API root URL (required if spec cannot infer)

  • OPENAI_MODEL

    Model name

  • CORTEX_KB_DIR

    Knowledge base vector index persistence directory

  • OPENAI_API_KEYrequiredsecret

    LLM API Key (required)

  • CORTEX_API_HOST

    HTTP service listen host

  • CORTEX_API_PORT

    HTTP service listen port

  • CORTEX_RAG_DOCS

    Comma-separated paths to RAG source documents

  • MCP_SWAGGER_URL

    OpenAPI / Swagger document URL or local path (default: Petstore example if not set)

  • OPENAI_BASE_URL

    Compatible gateway URL

  • CORTEX_AGENT_LOG

    Enable debug logs for agent/MCP

  • CORTEX_MEMORY_DB

    SQLite session database path

  • CORTEX_ENABLE_RAG

    0 to disable RAG, 1 to enable with existing index only

  • HUB_MAX_REVISION_ROUNDS

    Number of revision rounds for Reflection

  • CORTEX_DEFAULT_SESSION_ID

    Default session namespace when none provided

  • CORTEX_SESSION_ID_TEMPLATE

    Template for short session keys

  • CORTEX_ENABLE_LONG_TERM_MEMORY

    Enable long-term memory (Neo4j/Qdrant) (default false)

Install in one click with Zurek

Browse here, install from the native macOS app — pick targets, fill env vars, and write configs safely.