Back to Home
ScienceOL icon

Xyzen

Verified Safe

by ScienceOL

Overview

AI platform for multi-agent orchestration, real-time chat, and document processing.

Installation

Run Command
./launch/dev.sh

Environment Variables

  • XYZEN_SECRET_KEY
  • XYZEN_DATABASE_ENGINE
  • XYZEN_DATABASE_POSTGRES_HOST
  • XYZEN_DATABASE_POSTGRES_USER
  • XYZEN_DATABASE_POSTGRES_PASSWORD
  • XYZEN_DATABASE_POSTGRES_DBNAME
  • XYZEN_LLM_PROVIDER
  • XYZEN_LLM_KEY
  • XYZEN_AUTH_PROVIDER
  • XYZEN_AUTH_CASDOOR_ISSUER
  • XYZEN_ADMIN_SECRET
  • XYZEN_OSS_ENDPOINT
  • XYZEN_OSS_ACCESS_KEY
  • XYZEN_OSS_SECRET_KEY
  • XYZEN_MCP_SMITHERY_KEY
  • XYZEN_SEARXNG_BASE_URL
  • XYZEN_REDIS_URL

Security Notes

The system leverages environment variables for most sensitive configurations like API keys and database credentials, which is a good practice. A default admin secret is provided for development, with explicit instructions to change it in production to prevent unauthorized access. External API interactions (e.g., with Bohrium, Smithery, SearXNG) are routed through a backend proxy, enhancing security by abstracting direct client-side requests and centralizing credential management. The `BOHRAPP_X_APP_KEY` serves as a fixed application identifier for a specific external service, not a sensitive secret. No 'eval' or other highly dangerous dynamic code execution patterns were identified in the provided source snippets.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars18
Forks5
Last Update2026-01-19

Tags

AIMulti-AgentChatLLMDocument Processing