Xyzen
Verified Safeby ScienceOL
Overview
AI platform for multi-agent orchestration, real-time chat, and document processing.
Installation
./launch/dev.shEnvironment 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
arcade-mcp
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
neurolink
NeuroLink is a comprehensive AI toolkit that unifies multiple AI providers, offers advanced orchestration, real-time services, and a Human-in-the-Loop safety system, allowing modular enhancement of AI models through an extensible MCP-compliant middleware and tool ecosystem.
2ly
Skilder is an infrastructure layer for AI agent tooling, providing a private tool registry and embedded runtimes for integrating with various agent frameworks and custom tools.