RoutineKit for Cline
io.github.sjh9714/routinekit
Capture tool workflows, save typed tools, and replay with human approval. Includes an MCP Apps UI.
client:Cline
transport:stdio
runtime:npm
Install RoutineKit in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"routinekit": {
"command": "npx",
"args": [
"-y",
"routinekit"
],
"env": {
"ROUTINEKIT_CONFIG": "<ROUTINEKIT_CONFIG>",
"ROUTINEKIT_HOME": "<ROUTINEKIT_HOME>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs