Skip to content
Cursor

RoutineKit for Cursor

io.github.sjh9714/routinekit

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

client:Cursor transport:stdio runtime:npm

Install RoutineKit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RoutineKit in other clients