You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): enhance MCP Mesh documentation and navigation (#2112)
- Added new documentation files for API Keys, Authentication, Authorization & Roles, Concepts, Connect Clients, MCP Gateways, MCP Servers, Monitoring, and Overview in both English and Portuguese.
- Updated the introduction and quickstart sections to provide clearer guidance on using the MCP Mesh.
- Improved the navigation order in the sidebar to prioritize MCP Mesh documentation.
- Added a new screenshot for roles and permissions.
- Updated GitHub repository links in the site configuration.
Copy file name to clipboardExpand all lines: apps/docs/client/src/content/en/introduction.mdx
+70-16Lines changed: 70 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import Callout from "../../components/ui/Callout.astro";
12
12
13
13
**deco CMS** is an open-source **Context Management System** for AI-native operations.
14
14
15
-
If MCP is the standard interface for tool access, deco CMS is the **production layer around it**: connect MCP servers, enforce governance, and get observability as usage scales across teams and environments. The broader platform also includes a **builder framework** (MCP Studio — coming soon, replacing the legacy admin) and **distribution capabilities** (pre-built modules and store).
15
+
If MCP is the standard interface for tool access, deco CMS is the **production layer around it**: connect MCP servers, enforce governance, and get observability as usage scales across teams and environments. The broader platform also includes a **builder framework** (MCP Studio — coming soon) and **distribution capabilities** (pre-built modules and store).
16
16
17
17
**Official links:**
18
18
@@ -22,15 +22,37 @@ If MCP is the standard interface for tool access, deco CMS is the **production l
22
22
23
23
If you know us from before (as **deco.cx**) and you’re looking for **headless CMS + storefront** capabilities, visit [deco.cx](https://www.decocms.com/use-case/deco-cx). See the deco.cx docs at [docs.deco.cx](https://docs.deco.cx/en/getting-started/overview).
24
24
25
-
## Quick start (Mesh)
25
+
## Start with the MCP Mesh
26
26
27
-
### Option A: one-command local Mesh setup
27
+
Choose one:
28
+
29
+
### Option A: one-command local setup (npx)
28
30
29
31
```bash
30
32
npx @decocms/mesh
31
33
```
32
34
33
-
### Option B: run from source
35
+
### Option B: local setup with Docker Compose
36
+
37
+
```bash
38
+
# 1. Configure environment variables
39
+
# Edit .env and configure BETTER_AUTH_SECRET (required)
-**The MCP Mesh** → Self-hosting, deploying, and operating the Mesh (recommended).
51
104
-**Legacy Admin** → If you’re using `admin.decocms.com` (still supported, **deprecated soon**).
52
105
53
-
We’re launching **MCP Studio** (on top of Mesh), which will bring the current SaaS admin capabilities to the Mesh (including a hosted option by us) and replace the legacy SaaS over time.
106
+
We’re launching **MCP Studio** (on top of the Mesh), which will bring the current SaaS admin capabilities to the Mesh (including a hosted option by us) and replace the legacy SaaS over time.
54
107
</Callout>
55
108
56
-
## Problem (and what the Mesh fixes)
109
+
## Problem: the production gap
110
+
111
+
AI is easy to demo and hard to **operate**.
57
112
58
-
When AI moves from demos to production, teams usually hit the same constraints:
113
+
As tool surfaces and teams grow, most orgs run into the same production constraints:
59
114
60
-
-**Governance gaps**: no single place to enforce SSO/RBAC, approvals, and audit trails
61
-
-**Integration sprawl**: every client wires every tool with its own retries, auth, and config
62
-
-**Operational blind spots**: debugging is slow; failures and costs are hard to trace end-to-end
63
-
-**Context obesity**: bloated prompts and tool lists degrade quality and increase cost
115
+
-**Autonomy breaks**: shipping gets bottlenecked by bespoke integrations, security reviews, and platform tickets
116
+
-**Context fragments**: knowledge lives across many systems and teams rebuild connectors and retrieval repeatedly
117
+
-**Governance is inconsistent**: no single place for SSO/RBAC, audit trails, and operational visibility
64
118
65
-
The MCP Mesh centralizes those cross-cutting concerns **once** so you don’t rebuild them in every agent/app.
119
+
For more context on our platform-level thesis, read [The architecture of an AI-native company](https://www.decocms.com/blog/post/ai-native-company).
66
120
67
-
## Platform structure: Mesh → Studio → Distribution
121
+
## Platform structure: Mesh → Studio → Apps & Store
68
122
69
123
### The MCP Mesh (foundation)
70
124
An open-source **control plane for MCP traffic**. It sits between your MCP clients (Cursor, Claude, VS Code, custom agents) and your MCP servers, providing a unified layer for auth, policy, and observability.
0 commit comments