Back to Home
decocms icon

admin

Verified Safe

by decocms

Overview

The server acts as a control plane for Model Context Protocol (MCP) traffic, providing a unified API gateway for authentication, routing, and observability across various AI-native services and clients.

Installation

Run Command
bun run dev

Environment Variables

  • ENCRYPTION_KEY
  • AUTH_SECRET
  • DATABASE_URL
  • PORT
  • UNSAFE_ALLOW_STDIO_TRANSPORT
  • DECO_CHAT_API_TOKEN
  • DECO_CHAT_API_LOCAL
  • DECO_SELF_URL
  • MESH_URL

Security Notes

The project implements robust security features including role-based access control (RBAC), multi-tenancy, credential encryption via a vault, and detailed audit logging with OpenTelemetry. However, it includes a "code execution" feature that allows running user-provided JavaScript code in a sandbox. While sandboxing aims to provide isolation, dynamic code execution is inherently a high-risk attack surface, making perfect security extremely challenging and prone to potential vulnerabilities. Careful review of the sandbox implementation would be required for high-security environments. Production deployments should ensure all sensitive environment variables are correctly configured.

Similar Servers

Stats

Interest Score71
Security Score6
Cost ClassMedium
Avg Tokens350
Stars315
Forks31
Last Update2026-01-19

Tags

MCP MeshAI API GatewayControl PlaneObservabilityRBAC