Skip to content
VS Code

assiststudio runner for VS Code

io.github.fieldcure/assiststudio-runner

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

client:VS Code transport:stdio runtime:nuget

Install assiststudio runner in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

assiststudio runner in other clients