Mastra MCP Windows Fix (Claude Code Extension)
Hey everyone!
Just wanted to share a fix for anyone running into issues with the Mastra MCP server on Windows 10 using the VSCode/Cursor Claude Code extension.
The Problem
The MCP server kept failing to connect with this error:
The Fix
In your
.mcp.json
, pin the package to version 0.13.31
:
Key points for Windows:
- Use "command": "cmd"
with the /c
wrapper
- Pin to @0.13.31
- Restart VSCode after saving
Quick Question
Does pinning to version 0.13.31 mean we get outdated docs, or does it still pull the latest documentation from the live site?3 Replies
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8964
GitHub
[DISCORD:1428654079155900557] Mastra MCP Windows Fix (Claude Code E...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1428654079155900557 Hey everyone! Just wanted to share a fix for anyone running into issues with the Mastr...
good
Thanks for this!