From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
Mastra is a TypeScript framework for building AI agents, workflows, and full applications, scaffolded via `npm create mastra@latest` and integrable with React, Next.js, and Node.js projects or deployable as a standalone server. It provides a model routing layer that connects to over 40 providers through a single interface, including Anthropic's Claude API, alongside a graph-based workflow engine with `.then()`, `.branch()`, and `.parallel()` control-flow syntax for orchestrating multi-step processes. Agents can be suspended mid-execution to await human approval, with state persisted in storage so work resumes exactly where it paused. The framework also includes built-in RAG retrieval, conversation history, working memory, semantic recall, evaluation tooling, and observability hooks. Notably, Mastra lets developers author and expose their own MCP servers, making agents and tools accessible to any MCP-compatible client including Claude Desktop. The framework suits TypeScript developers who need to move quickly from prototype to production-grade AI applications.
- ✓License: NOASSERTION
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/mastra-ai/mastraTools overview
# Mastra [](https://www.npmjs.com/package/@mastra/core) [](https://github.com/mastra-ai/mastra/actions/workflows/github-code-scanning/codeql) [](https://github.com/mastra-ai/mastra/stargazers) [](https://discord.gg/BTYqqHKUrf) [](https://x.com/mastra) [](https://www.npmjs.com/package/@mastra/core) [](https://www.ycombinator.com/companies?batch=W25) Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack. It includes everything you need to go from early prototypes to production-ready applications. Mastra integrates with frontend and backend frameworks like React, Next.js, and Node, or you can deploy it anywhere as a standalone server. It's the easiest way to build, tune, and scale reliable AI products. ## Why Mastra? Purpose-built for TypeScript and designed around established AI patterns, Mastra gives you everything you need to build great AI applications out-of-the-box. Some highlights include: - [**Model routing**](https://mastra.ai/models) - Connect to 40+ providers through one standard interface. Use models from OpenAI, Anthropic, Gemini, and more. - [**Agents**](https://mastra.ai/docs/agents/overview) - Build autonomous agents that use LLMs and tools to solve open-ended tasks. Agents reason about goals, decide which tools to use, and iterate internally until the model emits a final answer or an optional stopping condition is met. - [**Workflows**](https://mastra.ai/docs/workflows/overview) - When you need explicit control over execution, use Mastra's graph-based workflow engine to orchestrate complex multi-step processes. Mastra workflows use an intuitive syntax for control flow (`.then()`, `.branch()`, `.parallel()`). - [**Human-in-the-loop**](https://mastra.ai/docs/workflows/suspend-and-resume) - Suspend an agent or workflow and await user input or approval before resuming. Mastra uses [storage](https://mastra.ai/docs/server-db/storage) to remember execution state, so you can pause indefinitely and resume where you left off. - **Context management** - Give your agents the right context at the right time. Provide [conversation history](https://mastra.ai/docs/memory/conversation-history), [retrieve](https://mastra.ai/docs/rag/overview) data from your sources (APIs, databases, files), and add human-like [working](https://mastra.ai/docs/memory/working-memory) and [semantic](https://mastra.ai/docs/memory/semantic-recall) memory so your agents behave coherently. - **Integrations** - Bundle agents and workflows into existing React, Next.js, or Node.js apps, or ship them as standalone endpoints. When building UIs, integrate with agentic libraries like Vercel's AI SDK UI and CopilotKit to bring your AI assistant to life on the web. - [**MCP servers**](https://mastra.ai/docs/tools-mcp/mcp-overview) - Author Model Context Protocol servers, exposing agents, tools, and other structured resources via the MCP interface. These can then be accessed by any system or agent that supports the protocol. - **Production essentials** - Shipping reliable agents takes ongoing insight, evaluation, and iteration. With built-in [evals](https://mastra.ai/docs/evals/overview) and [observability](https://mastra.ai/docs/observability/overview), Mastra gives you the tools to observe, measure, and refine continuously. ## Get started The **recommended** way to get started with Mastra is by running the command below: ```shell npm create mastra@latest ``` Follow the [Installation guide](https://mastra.ai/docs/getting-started/installation) for step-by-step setup with the CLI or a manual install. If you're new to AI agents, check out our [templates](https://mastra.ai/docs/getting-started/templates), [course](https://mastra.ai/course), and [YouTube videos](https://youtube.com/@mastra-ai) to start building with Mastra today. ## Documentation Visit our [official documentation](https://mastra.ai/docs). ## Build with AI Learn how to make your agent a Mastra expert by following the [Build with AI guide](https://mastra.ai/docs/getting-started/build-with-ai). ## Contributing Looking to contribute? All types of help are appreciated, from coding to testing and feature specification. Read [CONTRIBUTING.md](./CONTRIBUTING.md) for more details on how to get involved. If you are a developer and would like to contribute with code, please open an issue to discuss before opening a Pull Request. Information about the project setup can be found in the [development documentation](./DEVELOPMENT.md) ## Support We have an [open community Discord](https://discord.gg/BTYqqHKUrf). Come and say hello and let us know if you have any questions or need any help getting things running. It's also super helpful if you leave the project a star here, at the [top of the page](https://github.com/mastra-ai/mastra) ## Licensing This repository uses a dual-license model: - **Apache License 2.0** — The core framework and the vast majority of this codebase is open source under Apache-2.0. - **Mastra Enterprise License** — Code in any directory named `ee/` (e.g., `packages/core/src/auth/ee/`) is source-available under the Mastra Enterprise License. These features require a valid enterprise license for production use but can be freely used for development and testing. See [LICENSE.md](./LICENSE.md) for the full license mapping and [ee/LICENSE](./ee/LICENSE) for the enterprise license terms. ## Security We are committed to maintaining the security of this repo and of Mastra as a whole. If you discover a security finding we ask you to please responsibly disclose this to us at [security@mastra.ai](mailto:security@mastra.ai) and we will get back to you.
What people ask about mastra
What is mastra-ai/mastra?
+
mastra-ai/mastra is tools for the Claude AI ecosystem. From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack. It has 25k GitHub stars and was last updated today.
How do I install mastra?
+
You can install mastra by cloning the repository (https://github.com/mastra-ai/mastra) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is mastra-ai/mastra safe to use?
+
Our security agent has analyzed mastra-ai/mastra and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains mastra-ai/mastra?
+
mastra-ai/mastra is maintained by mastra-ai. The last recorded GitHub activity is from today, with 409 open issues.
Are there alternatives to mastra?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy mastra to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/mastra-ai-mastra)<a href="https://claudewave.com/repo/mastra-ai-mastra"><img src="https://claudewave.com/api/badge/mastra-ai-mastra" alt="Featured on ClaudeWave: mastra-ai/mastra" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies