Back to Home
decocms icon

admin

Verified Safe

by decocms

Overview

DecoCMS is a Context Management System (MCP Mesh) designed for building, managing, and deploying AI-native applications, agents, and workflows using the Model Context Protocol (MCP). It centralizes AI context, data access, tools, and policies for secure and observable AI operations.

Installation

Run Command
npm run dev

Environment Variables

  • SUPABASE_URL
  • SUPABASE_SERVER_TOKEN
  • DECO_CHAT_API_JWT_PRIVATE_KEY
  • DECO_CHAT_API_JWT_PUBLIC_KEY
  • LLMS_ENCRYPTION_KEY
  • OPENROUTER_API_KEY
  • WALLET_API_KEY
  • STRIPE_SECRET_KEY
  • CF_API_TOKEN
  • CF_ZONE_ID
  • CF_ACCOUNT_ID
  • DATABASE_URL
  • MESH_JWT_SECRET

Security Notes

The system utilizes extensive input validation with Zod and implements a sandboxing mechanism (QuickJS via `@deco/cf-sandbox`) for executing user-defined tool and workflow code, significantly mitigating direct code injection risks. Secrets (API keys, tokens) are managed via environment variables and an encryption vault (`CredentialVault`) for sensitive data at rest. Access control (RBAC) is granular, verifying user permissions per tool and connection. Potential risks inherent to any platform executing user-provided code are acknowledged, but strong countermeasures are in place.

Similar Servers

Stats

Interest Score69
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars250
Forks25
Last Update2025-12-06

Tags

AI AgentsAI WorkflowsModel Context Protocol (MCP)Cloudflare WorkersTypeScriptMicroservicesContext ManagementGovernanceObservabilityAI-native