1. Conduid
  2. Developer Tools
  3. Mastra/mcp
MCP server · Developer Tools

Mastra/mcp

Fail-closed mcpindex trust gate for Mastra agents - check MCP tools against mcpindex.ai, the drift-monitored MCP server index, before your agent calls them.

Unclaimed NOASSERTION last commit 6 months ago mastramcpmodel-context-protocolmcpindexagenttoolstrustguardrailssecurity
92Excellent

Scored 18 days ago · breakdown

About Mastra/mcp

Mastra/mcp is an MCP server published by mastra-ai in the Developer Tools category: fail-closed mcpindex trust gate for Mastra agents - check MCP tools against mcpindex.ai, the drift-monitored MCP server index, before your agent calls them. It has been installed 0 times through Conduid.

The repository has 22K stars and 1.7K forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mastra
Claude Code
claude mcp add mastra -- npx -y @mcp-index/mastra
npx
npx -y @mcp-index/mastra

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mastra/mcp

Powered by Claude · Grounded in docs

I know everything about Mastra/mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

@mastra/core@1.63.0August 26, 2026 · 28 Aug 2026Highlights Trace-correlated logging via the new logger adapter contract A new `AdaptableLogger` contract in `@mastra/core/logger` standardizes trace correlation by injecting `trace_id`/`span_id` into native log records during traced…
@mastra/core@1.62.0August 26, 2026 · 26 Aug 2026Highlights New storage backends: Elasticsearch + Valkey (GLIDE) `@mastra/elasticsearch` adds an `ElasticSearchStore` that can power memory, workflow snapshots, scores, and semantic recall from a single Elasticsearch cluster, while new…
@mastra/core@1.61.0August 21, 2026 · 24 Aug 2026Highlights Caller-Driven Experiments (Temporal/External Orchestrator Support) New dataset experiment APIs let external orchestrators own the experiment loop while Mastra remains the system of record: create experiments idempotently, run…
@mastra/core@1.60.0August 19, 2026 · 19 Aug 2026Highlights Durable execution for Agents API (no deploy required) Stored agents created via the Agents API can now run with `durable: true`, enabling durable execution (with configurable loop settings) without shipping new code, and…
@mastra/core@1.59.0August 14, 2026 · 16 Aug 2026Highlights TokenCostControl (renamed from CostGuard) with richer budgeting `CostGuardProcessor` is now `TokenCostControl` (id: `'token-cost-control'`) with better diagnostics/reliability and new budgeting options like `warnAtPercent`,…

README

Mastra

npm version CodeQl GitHub Repo stars Discord Twitter Follow NPM Downloads Static Badge

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 - Connect to 40+ providers through one standard interface. Use models from OpenAI, Anthropic, Gemini, and more.

  • Agents - 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 - 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 - Suspend an agent or workflow and await user input or approval before resuming. Mastra uses 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, retrieve data from your sources (APIs, databases, files), and add human-like working and semantic 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 - 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 and observability, 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:

npm create mastra@latest

Follow the Installation guide for step-by-step setup with the CLI or a manual install.

If you're new to AI agents, check out our templates, course, and YouTube videos to start building with Mastra today.

Documentation

Visit our official documentation.

Build with AI

Learn how to make your agent a Mastra expert by following the Build with AI guide.

Contributing

Looking to contribute? All types of help are appreciated, from coding to testing and feature specification. Read 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

Support

We have an open community Discord. 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

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 for the full license mapping and 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 and we will get back to you.

README mirrored from the source repository 18 days ago. The original is authoritative.

Questions

About Mastra/mcp

How do I install Mastra/mcp?

Run npx mastra, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mastra/mcp safe to use with an AI agent?

Its trust score is 92 out of 100 (excellent). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mastra/mcp still maintained?

Yes — the latest release is @mastra/core@1.63.0 (28 Aug 2026), and the last commit was 6 months ago. The repository has 22K stars and 0 open issues.