Skip to content
Cursor

AgentFEM for Cursor

io.github.haoming-luo/agentfem

Build, run, inspect, and verify finite-element simulations with AgentFEM.

client:Cursor transport:stdio runtime:pypi

Install AgentFEM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentfem": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agentfem-mcp"
      ],
      "env": {
        "AGENTFEM_MCP_ROOTS": "<AGENTFEM_MCP_ROOTS>",
        "AGENTFEM_COMMAND": "<AGENTFEM_COMMAND>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentFEM in other clients