Skip to content
Windsurf

RoutineKit for Windsurf

io.github.sjh9714/routinekit

Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.

client:Windsurf transport:stdio runtime:npm

Install RoutineKit in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "routinekit": {
      "command": "npx",
      "args": [
        "-y",
        "routinekit"
      ],
      "env": {
        "ROUTINEKIT_CONFIG": "<ROUTINEKIT_CONFIG>",
        "ROUTINEKIT_HOME": "<ROUTINEKIT_HOME>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

RoutineKit in other clients