Read and resolve human feedback pinned on your live prototype, straight from your coding agent.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Kick the tyres before you ship it. Get people you trust to review your AI-built prototype β and let your coding agent act on what they say.
Reviewers pin comments directly on the live page β no account, no training. Your coding agent pulls them back over MCP with the exact element, its visible text, the section heading, and any page errors attached, fixes what was flagged, and marks it resolved. The reviewer's pin turns green with a note. You never retype feedback into a prompt again.

βΆ Try the live demo Β Β·Β Quickstart Β Β·Β Docs Β Β·Β "The Outer Loop" β why this exists
Real footage: that comment was pinned on the live demo, fixed by an agent, and the pin turned green β no retyping, no tracker, no accounts.
The widget is a single ~14 KB (gzipped) script with zero dependencies, rendered in Shadow DOM so it can't fight your page. There is no Tyrekick backend, no accounts, and nothing phones home β feedback POSTs straight from the reviewer's browser to a destination you own. It exists for the moment an agent-built prototype needs more than one pair of eyes: instead of pasting screenshots into group chats and losing the replies, every comment arrives structured, versioned, and pinned to the exact spot.
Pins stay on the page after you leave a comment (dimmed until you interact) β hover one to see its text, click it to open the thread right there, with reply, retry, and discard actions at the pin. Reviewers also get a comment drawer (a right-hand overview listing every pin with its text β click one to jump back to that spot, or hide pins entirely), draft recovery, and full keyboard/touch support (Cmd/Ctrl+Enter sends). With persist: true (the default), localStorage is only used to recover unsent work across reloads β comments that couldn't be delivered come back after a reload with Retry and Discard buttons, re-pinned to the element they were about even if the window size changed.
Agents: installing Tyrekick into a project? Use the
make-reviewableskill β one sentence and it hosts the page if needed, picks a destination, deploys the worker, installs the widget, wires MCP, and drafts the ask to send reviewers β or followAGENTS.mdstep by step.
Full documentation lives in docs/: quickstart Β· getting started Β· configuration Β· the reviewer experience Β· destinations Β· the agent loop Β· payload reference Β· troubleshooting & FAQ
Sharing a prototype publicly? Start with taking a prototype public, then the per-capability guides: rate limiting Β· shared review Β· AI auto-reply.
The fastest path is a Discord channel you control β the taster that proves feedback flows somewhere you own. The full product (persistence, statuses, your agent closing the loop over MCP) lives on the worker destination below.
One command (from your project folder):
It asks for your webhook URL, injects the script tag, and sends a test comment. Or by hand:
</body> on your prototype:The IIFE build auto-initialises from its own <script> tag's data-* attributes on DOMContentLoaded. Reviewers get a "Give feedback" button in the corner; each comment lands in your Discord channel as a readable message.
Only
data-webhookanddata-app-versionare required. Everything else is optional and falls back to the defaults in the configuration table.
Discord is the frictionless default, but if you want the data in storage you own, use a JSON transport (transport: "json", the default) pointed at an endpoint that persists the payload.
destinations/cloudflare for a deployable Worker that receives the v2 payload, validates it, and writes it to storage you control. It's a good place to add spam validation since the code is yours./api/feedback) and set webhook to that relative/same-origin URL. Same-origin means no CORS setup at all.Any CORS-enabled endpoint or form backend works too β with transport: "json", success is HTTP 2xx and, if a body is returned, it is not {"ok":false}.
The reason Tyrekick exists. With the Cloudflare Worker destination, feedback isn't just collected β your coding agent can pull it, act on it, and resolve it:
destinations/cloudflare):
"List the open feedback and fix what people flagged, then resolve it."
The agent gets five tools β list_feedback, get_feedback, triage_feedback, resolve_feedback, feedback_stats β and each item carries the element's visible text (greppable in your source), the nearest heading, the route, the viewport, and any uncaught page errors. A comment like "this button does nothing" arrives as:
That's a better bug report than most humans write. Full details in mcp/README.md.
By default a review is several private conversations: each reviewer sees their own pins, and the comments meet at your destination. Set a review key and the page itself becomes the shared surface β everyone sees everyone's pins, read-only, with attribution. Reviewers stop reporting the same thing four times.
Read this before switching it on. The key ships inside your page, so it is public to anyone holding the review link: anyone who can open the prototype can read every comment on it, including reviewer names. That is the right trade for a private link you sent to five people you trust, and the wrong one for a public URL. There is no per-reviewer identity to scope it more finely β reviewers never log in, which is the point. Rotate the secret to revoke access.
What it does and doesn't do:
projectName it was asked for. Set an explicit, stable
projectName β the document.title fallback will fork your feedback stream
the first time you edit the title.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tyrekick)<a href="https://allmcps.com/mcp/tyrekick"><img src="https://allmcps.com/api/badge/tyrekick?style=directory" alt="Tyrekick on AllMCPs" /></a>