tyrekick for Cursor
io.github.richardofortune/tyrekick
Read and resolve human feedback pinned on your live prototype, straight from your coding agent.
client:Cursor
transport:stdio
runtime:npm
Install tyrekick in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tyrekick": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tyrekick-mcp"
],
"env": {
"TYREKICK_URL": "<TYREKICK_URL>",
"TYREKICK_TOKEN": "<TYREKICK_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs