Skip to content

Commit a856e0d

Browse files
committed
update overview.mdx
1 parent f5031dc commit a856e0d

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

docs/cloud/overview.mdx

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ description: "Deploy mcp-agent applications to production"
55
icon: rocket
66
---
77

8-
<img
9-
src="https://github.com/user-attachments/assets/92118b28-07a9-4b00-8293-c8684c08ff35"
10-
alt="Overview of the mcp-c platform"
11-
width="940"
12-
height="470"
13-
/>
14-
158
`mcp-agent` gives you one programming model that scales from a laptop to a managed cloud runtime. You can deploy full agents **and** standalone MCP servers (FastMCP services, ChatGPT App backends, bespoke tool APIs) without rewriting your app. This section maps the deployment options, explains when to reach for each path, and points to the detailed runbooks that follow.
169

1710
## Why deploy with `mcp-agent`?
@@ -20,6 +13,17 @@ icon: rocket
2013
- **Durable workflows when you need them** – the same decorators (`@app.tool`, `@app.async_tool`, `@app.workflow`) run on `asyncio` locally and on Temporal in the cloud. Pause/resume, retries, and human-in-the-loop all come along for free.
2114
- **Operational guardrails** – the CLI manages build artifacts, secrets, auth configuration, client installation, and observability so you can focus on agent logic.
2215

16+
<iframe
17+
src="https://www.youtube.com/embed/0C4VY-3IVNU"
18+
title="mcp-agent cloud overview"
19+
width="100%"
20+
height="420"
21+
frameborder="0"
22+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
23+
allowfullscreen
24+
/>
25+
26+
2327
## Deployment paths
2428

2529
- **Managed (mcp-c)**`mcp-agent deploy` bundles your project, processes secrets, and ships it to our hosted environment. Agent workflows execute on Temporal, stdio MCP servers run as sidecar containers, and you get managed auth, logging, and tracing. [Learn the architecture →](/cloud/mcp-agent-cloud/architecture-overview)
@@ -60,6 +64,14 @@ Any MCP client can connect over SSE/WebSocket using your chosen auth mode.
6064
3. **Observability is turned on** – logs are streamed through the `mcp-agent cloud logger tail` API and you can forward traces to any OTLP endpoint.
6165
4. **Clients install with one command**`mcp-agent install` or `mcp-agent cloud configure` writes the right headers/URLs into Claude Desktop, Cursor, VS Code, or ChatGPT Apps.
6266

67+
<img
68+
src="https://github.com/user-attachments/assets/92118b28-07a9-4b00-8293-c8684c08ff35"
69+
alt="Overview of the mcp-c platform"
70+
width="940"
71+
height="470"
72+
/>
73+
74+
6375
## Explore next
6476

6577
<CardGroup cols={2}>

0 commit comments

Comments
 (0)