MCP Server
MCP
io.github.richardofortune/tyrekick
Read and resolve human feedback pinned on your live prototype, straight from your coding agent.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "tyrekick-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your deployed Tyrekick feedback worker (e.g. https://tyrekick-feedback.you.workers.dev)",
"isRequired": true,
"name": "TYREKICK_URL"
},
{
"description": "Bearer token for the worker's management routes (set via `wrangler secret put TYREKICK_TOKEN`)",
"isRequired": true,
"isSecret": true,
"name": "TYREKICK_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment