apex-command-center
by GlacierEQ
Overview
An advanced Master Control Program (MCP) server that orchestrates GitHub automation, AI-driven research execution in isolated sandboxes, and comprehensive monitoring across the GlacierEQ ecosystem.
Installation
cd github-app && npm startEnvironment Variables
- PRIVATE_KEY_PATH
- WEBHOOK_SECRET
- E2B_API_KEY
Security Notes
The GitHub App component correctly uses environment variables for sensitive keys (PRIVATE_KEY_PATH, WEBHOOK_SECRET) and implements robust webhook signature verification. The E2B Sandbox Manager is designed to execute arbitrary code (e.g., Python, PowerShell) in isolated, secure environments, which is a justified pattern for safely running 'research queries' or AI-generated code, relying on the E2B platform's security. However, the `docker-compose.monitoring.yml` configuration includes a hardcoded default password for Grafana (GF_SECURITY_ADMIN_PASSWORD=apex2025). This poses a significant security risk if the monitoring stack is exposed publicly, as it allows unauthorized access to critical operational metrics and logs.
Similar Servers
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
better-notion-mcp
Provides a Markdown-first MCP server for Notion, optimizing Notion API interactions for AI agents by consolidating endpoints into composite actions and reducing LLM token overhead for tool descriptions.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.