mastra-server

good-shepherd-insights/mastra-server
★ 0 stars TypeScript API Integration Updated 2d ago
Mastra server with Slack MCP OAuth integration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mastra-server": {
      "command": "npx",
      "args": [
        "-y",
        "good-shepherd-insights/mastra-server"
      ]
    }
  }
}

README Excerpt

Welcome to your new [Mastra](https://mastra.ai/) project! We're excited to see what you'll build. Start the development server: ```shell npm run dev ``` Open [http://localhost:4111](http://localhost:4111) in your browser to access [Mastra Studio](https://mastra.ai/docs/getting-started/studio). It provides an interactive UI for building and testing your agents, along with a REST API that exposes your Mastra application as a local service. This lets you start building without worrying about integr