Skip to content
Zed

RoutineKit for Zed

io.github.sjh9714/routinekit

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

client:Zed transport:stdio runtime:npm

Install RoutineKit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

RoutineKit in other clients