assiststudio runner for Windsurf
io.github.fieldcure/assiststudio-runner
Windows-only headless LLM task automation engine with scheduling via Windows Task Scheduler.
client:Windsurf
transport:stdio
runtime:nuget
Install assiststudio runner in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"assiststudio-runner": {
"command": "dnx",
"args": [
"FieldCure.AssistStudio.Runner",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs