MCP.so
登录
M

Mastra

@mastra-ai

关于 Mastra

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

mastra-ai

提交者

zhang peilin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mastra": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mastra/mcp-docs-server"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mastra?

Mastra is an MCP server that provides documentation to your IDE, helping you build AI-powered applications with the Mastra framework. It is designed for developers using TypeScript and integrates with tools like VS Code or other MCP-compatible IDEs.

How to use Mastra?

Follow the guide at @mastra/mcp-docs-server to configure Mastra in your IDE. The server serves Mastra's official documentation directly in your editor, making it easier to consult guides, API references, and examples while coding.

Key features of Mastra

  • Serves Mastra documentation directly inside your IDE.
  • Helps you write Mastra code without leaving your editor.
  • Integrates with any MCP‑compatible client.
  • Built by the team behind the Mastra framework.

Use cases of Mastra

  • Developers building AI agents with Mastra can look up docs on‑the‑fly.
  • Teams onboarding new Mastra developers can provide inline documentation.
  • IDE‑based workflows where switching to a browser is inconvenient.

FAQ from Mastra

What does the Mastra MCP server do?

It makes Mastra’s official documentation available through the Model Context Protocol, so you can query it from your IDE without opening a web browser.

How do I set up Mastra?

Follow the instructions in the @mastra/mcp-docs-server guide. A recommended way to get started with Mastra overall is by running npm create mastra@latest.

What dependencies does Mastra require?

— (Not explicitly stated in the README.)

Where does the documentation data live?

— (Not explicitly stated; the server likely retrieves it from Mastra’s official docs site.)

Is authentication required?

— (Not mentioned in the README.)

评论

其他 分类下的更多 MCP 服务器