Skip to content
Cursor

simengine for Cursor

io.github.cogswellspacely8-star/simengine

Monte Carlo decision-intelligence over MCP: simulate, optimize, and decide under uncertainty.

client:Cursor transport:stdio runtime:pypi

Install simengine in Cursor

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

{
  "mcpServers": {
    "simengine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "simengine-mcp"
      ]
    }
  }
}

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

simengine in other clients