Skip to content
Cursor

assiststudio runner for Cursor

io.github.fieldcure/assiststudio-runner

Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.

client:Cursor transport:stdio runtime:nuget

Install assiststudio runner in Cursor

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

{
  "mcpServers": {
    "assiststudio-runner": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "FieldCure.AssistStudio.Runner",
        "--yes"
      ]
    }
  }
}

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

assiststudio runner in other clients