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
{
"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