Skip to content

Commit 6a7589b

Browse files
committed
fix and improve
1 parent 6ed4274 commit 6a7589b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sources/platform/integrations/ai/mastra.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
---
2-
title: Mastra integration
2+
title: Mastra MCP integration
33
sidebar_label: Mastra
4-
description: Learn how to build AI Agents with Mastra using Apify MCP server
4+
description: Learn how to build AI Agents with Mastra via Apify Actors MCP server
55
sidebar_position: 1
66
slug: /integrations/mastra
77
---
88

9-
**Learn how to build AI Agents with Mastra and Apify MCP server.**
9+
**Learn how to build AI Agents with Mastra and Apify Actors MCP Server.**
1010

1111
---
1212

1313
## What is Mastra
1414

15-
[Mastra](https://mastra.ai) is an open-source TypeScript framework for building AI applications efficiently. It provides essential tools like agents, workflows, retrieval-augmented generation (RAG), integrations, and evaluations. Supporting any LLM (e.g., GPT-4, Claude, Gemini), it simplifies development with a unified interface via the Vercel AI SDK. You can run it locally or deploy it to a serverless cloud like [Apify](https://apify.com).
15+
[Mastra](https://mastra.ai) is an open-source TypeScript framework for building AI applications efficiently. It provides essential tools like agents, workflows, retrieval-augmented generation (RAG), integrations, and evaluations. Supporting any LLM (e.g., GPT-4, Claude, Gemini). You can run it locally or deploy it to a serverless cloud like [Apify](https://apify.com).
1616

1717
:::note Explore Mastra
18+
1819
See the [Mastra docs](https://mastra.ai/docs) for more.
20+
1921
:::
2022

2123
## What is MCP server
@@ -136,7 +138,7 @@ npx tsx mastra-agent.ts
136138

137139
:::note Search and analysis may take some time
138140

139-
The agent tasks may take some time as they search the web for the OpenAI TikTok profile and extract data from it.
141+
The agent's execution may take some time as it searches the web for the OpenAI TikTok profile and extracts data from it.
140142

141143
:::
142144

0 commit comments

Comments
 (0)