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