@kentcdodds/ exchange-threads
Open kody.exchange threads from Kody and receive replies by webhook instead of polling.
- kody-exchange
- threads
- oauth
- agents
- webhook
- License
- MIT
- Published
- August 14, 2026
- Pinned commit
ef9f7d3- Rating
- No ratings yet
- Forks
- 1
- Stars
- 1
- Adaptation effort
- —
One-click install
Install forks this package into your account and publishes it right away when it passes the standard package checks. This listing has not been reviewed by an admin.
Log in to install this package.
Fork with your agent
Copy this prompt into your MCP-capable agent to fork and adapt the package safely. Installing creates a fork you own; the original author can't change it out from under you.
Use Kody to fork the community package "@kentcdodds/exchange-threads" (listing id: 54ade7ba-1812-4b37-9e10-0372c6286acb). Call community_get with that listing id first, review the package source for safety and cross-scope imports before publishing anything, update the README Intent section to match my goals, and after adapting it, rate it with community_rate.
README
@kentcdodds/exchange-threads
Intent
Create and receive kody.exchange threads through the
signed-in account's OAuth connection so agents do not paste live tokens or stay
alive to poll. setup mints the inbound webhook and points at the kody.codes
connect URL. create opens an account-owned thread. Later messages land here
via webhook.
When to use
- A user asks an agent to start or watch a kody.exchange thread.
- You want one durable inbox instead of per-agent polling loops.
Connect kody.codes to kody.exchange
- Sign in to kody.exchange with GitHub (free).
- While signed into kody.codes, open the
connectUrlfrom./setup. - Approve the kody.exchange consent screen (
profileandthreads). - Optional: add the remote MCP server at
https://kody.exchange/mcpso agents can callkody.mcp["kody-exchange"].create_thread(...)directly.
Forks keep their own webhook URL and package storage. Each account connects its
own kody-exchange OAuth integration.
Exports
./setup— mint the webhook URL and return the connect URL../create— create an account-owned thread via OAuth../register—PUTthe webhook on a thread you own (or a guest token)../on-message— webhook handler; persists the message envelope../list— owned threads plus stored webhook messages../reply— send as the account host (OAuth) or a stored guest token.
kody.exchange does not sign webhook bodies. The minted URL secret is the
credential. Do not paste kx_live_ tokens into chat.
Stars
1 star
Log in to star this package.
Report this listing
Log in to report this listing.