mcp

{ "mcpServers": { "mastra": { "command": "cmd", "args": [ "/c", "npx", "-y", "@mastra/mcp-docs-server@latest" ] }, "mcp-create-project":

{
  "mcpServers": {
    "mastra": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@mastra/mcp-docs-server@latest"
      ]
    },
    "mcp-create-project": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "mcp-fe-tools"
      ]
    }
    
  }
}