Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
From the team behind Gatsby, Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
AI summary
Auto-generated overview of what this skill does and when to reach for it.
A TypeScript framework for building and deploying AI-powered agents and workflows with built-in model routing, memory, and observability.
$ npx skillcity@latest mastra-ai/mastraAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y mastra
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"mastra": {
"command": "npx",
"args": [
"-y",
"mastra"
]
}
}
}Loading README…