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
Copy file name to clipboardExpand all lines: docs/get-started/welcome.mdx
+21-18Lines changed: 21 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,22 @@ icon: hand-wave
12
12
className="rounded-2xl block"
13
13
/>
14
14
15
-
**mcp-agent** is your pattern library for building [Model Context Protocol](https://modelcontextprotocol.io/introduction) agents. It pairs Anthropic's [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents) patterns with a batteries-included runtime so you can focus on agent behavior—not wiring.
15
+
[`mcp-agent`](https://github.com/lastmile-ai/mcp-agent) is a simple, composable framework to build effective agents using [Model Context Protocol](https://modelcontextprotocol.io/introduction).
16
+
17
+
**mcp-agent**'s vision is that MCP is all you need to build agents, and that simple patterns are more robust than complex architectures for shipping high-quality agents.
18
+
When you're ready to deploy, [`mcp-c`](https://docs.mcp-agent.com/get-started/cloud) let's you deploy any kind of MCP server to a managed Cloud. You can even deploy agents as MCP servers!
Map-reduce, router, deep research, evaluator — every pattern from Anthropic's [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents) guide ships as a first-class workflow.
25
28
</Card>
26
-
<Cardtitle="Production ready"icon="shield">
27
-
Durable execution with Temporal, structured logging, token accounting, observability hooks, and cloud deployment via the CLI.
29
+
<Cardtitle="Built for Production"icon="shield">
30
+
Durable execution with Temporal, OpenTelemetry observability, and cloud deployment via the CLI.
0 commit comments