Skip to content
Zed

tyrekick for Zed

io.github.richardofortune/tyrekick

Read and resolve human feedback pinned on your live prototype, straight from your coding agent.

client:Zed transport:stdio runtime:npm

Install tyrekick 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": {
    "tyrekick": {
      "command": "npx",
      "args": [
        "-y",
        "tyrekick-mcp"
      ],
      "env": {
        "TYREKICK_URL": "<TYREKICK_URL>",
        "TYREKICK_TOKEN": "<TYREKICK_TOKEN>"
      }
    }
  }
}

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

tyrekick in other clients