archestra
Verified Safeby archestra-ai
Overview
A centralized AI platform for managing, securing, and optimizing Model Context Protocol (MCP) servers and AI agents, offering features like chat interfaces, private registries, Kubernetes orchestration, dynamic tools for security, cost monitoring, and observability.
Installation
docker run -p 9000:9000 -p 3000:3000 -v archestra-postgres-data:/var/lib/postgresql/data -v archestra-app-data:/app/data archestra/platformEnvironment Variables
- ARCHESTRA_DATABASE_URL
- ARCHESTRA_API_BASE_URL
- ARCHESTRA_FRONTEND_URL
- ARCHESTRA_AUTH_ADMIN_EMAIL
- ARCHESTRA_AUTH_ADMIN_PASSWORD
Security Notes
The platform demonstrates a very strong focus on security, including non-root execution, minimal Alpine Linux base, and robust authentication/authorization via 'better-auth'. It integrates secrets management with HashiCorp Vault, AWS Secrets Manager, and Kubernetes secrets. Critically, it implements advanced AI-specific security measures such as 'Dual LLM' sub-agents to mitigate prompt injections and 'Autonomy Policies' for fine-grained control over tool invocation arguments and trust levels of tool results. While E2E tests include default admin credentials, these are explicitly for testing and environment variables are used for production overrides.
Similar Servers
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
bifrost
A high-performance AI gateway with a unified interface for multiple providers, offering real-time monitoring, configuration management, and comprehensive observability for AI infrastructure.
mcp-gateway-registry
This MCP server provides programmatic interaction with the MCP Gateway Registry API, enabling management of registered services and AI agents, including registration, toggling, health monitoring, group-based access control, and intelligent (semantic) discovery of tools and agents.
neurolink
Provides a universal AI development platform with multi-provider support, middleware, tool orchestration, and AI-powered workflow automation.