← Back to Plugins
MCP Server MCP

FEA (finite element analysis)

github By github 👁 1 views ▲ 0 votes

Real FEA on CAD parts: validated setups, stress, safety factor, natural frequencies

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://therobomaster123--mcp-fea-mcp-endpoint.modal.run/mcp",
      "headers": [
        {
          "description": "Bearer token issued by the operator (value of the mcp-fea-token Modal secret, as 'Bearer <token>')",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...