Back to Home
TheLunarCompany icon

lunar

Verified Safe

by TheLunarCompany

Overview

A Model Context Protocol (MCP) server that acts as a control plane for AI agents and tools, providing management, access control, and observability for AI API calls.

Installation

Run Command
npm run start

Environment Variables

  • MCPX_PORT
  • LOG_LEVEL
  • AUTH_KEY
  • APP_CONFIG_PATH
  • UI_URL
  • UI_PORT
  • LUNAR_API_KEY
  • LUNAR_TELEMETRY
  • LOKI_URL
  • LOKI_USER
  • LOKI_PASSWORD
  • SERVE_METRICS_PORT
  • OAUTH_CLIENT_ID_ENV_VAR
  • OAUTH_CLIENT_SECRET_ENV_VAR

Security Notes

The MCP server uses robust input validation (Zod) and environment variables for sensitive data, which are good security practices. However, its core functionality involves dynamic Docker operations (e.g., building images with CA certificates for interception, running containers for target servers) and orchestrating external AI agents. These capabilities introduce an elevated attack surface, requiring careful configuration and runtime isolation to prevent potential misuse if inputs to these powerful operations are not perfectly controlled. No direct `eval` of user-supplied code was found in the Node.js server itself.

Similar Servers

Stats

Interest Score56
Security Score7
Cost ClassLow
Stars335
Forks21
Last Update2025-12-05

Tags

AILLMAPI ManagementObservabilityTools Orchestration