@kentcdodds: This is now built into Kody to make setting up new integrations a lot more straightforward for your agents https://gith…
Summary
Kody is an experimental personal assistant platform built on Cloudflare Workers and MCP; a recent update simplifies integration setup for agents.
View Cached Full Text
Cached at: 07/04/26, 06:51 PM
This is now built into Kody to make setting up new integrations a lot more straightforward for your agents https://github.com/kentcdodds/kody/pull/604… Thanks @RhysSullivan!
kentcdodds/kody
Source: https://github.com/kentcdodds/kody
kody is an experimental personal assistant platform built on Cloudflare
Workers and the Model Context Protocol (MCP). It ships a Remix UI, Worker-based
request routing, package runtime plumbing, and OAuth-protected MCP endpoints.
The project favors a compact MCP surface with powerful search and Code Mode
execute flows over a large static tool catalog.
Kody is a multi-user personal assistant: each signed-in user gets a fully isolated assistant (packages, jobs, secrets, values, memories, and related state). Tests and fixtures may seed deterministic local accounts, but no account is privileged at runtime. The repo follows several epicflare starter conventions.
The repo is organized as an Nx monorepo, with shared modules in
packages/shared (@kody-internal/shared), the main app worker under
packages/worker, and mock Workers under packages/mock-servers/*.
Quick Start
npm install
npm run dev
The dev server runs at localhost:8787. Wrangler handles the local Cloudflare
Workers runtime and D1 database automatically.
To scaffold a new project from the epicflare template instead, run
npx create-epicflare.
See
docs/contributing/getting-started.md
for the full setup paths and expectations. Contributors and agents should start
with AGENTS.md for repo-specific guidance.
If you are trying to understand what this repository is for, start with
docs/contributing/project-intent.md.
Tech Stack
| Layer | Technology |
|---|---|
| Runtime | Cloudflare Workers |
| UI Framework | Remix 3 (alpha) |
| Package Manager | npm |
| Workspace | Nx + npm workspaces |
| Database | Cloudflare D1 |
| Session/OAuth | Cloudflare KV |
| MCP State | Durable Objects |
| E2E Testing | Playwright |
| Bundler | esbuild |
Scope
- Personal assistant experiment, not a multi-tenant SaaS product
- MCP-first architecture intended to work across compatible AI agent hosts
- Compact MCP surface area preferred over a large static tool inventory
- ChatGPT is a likely primary host target, while keeping the server usable from other MCP hosts where practical
How It Works
Request → packages/worker/src/index.ts
│
├─→ OAuth handlers
├─→ MCP endpoints
├─→ Static assets (`packages/worker/public/`)
└─→ Server router → Remix components
packages/worker/src/index.tsis the entrypoint for Cloudflare Workers- OAuth requests are handled first, then MCP requests, then static assets
- Non-asset requests fall through to the server handler and router
- Client assets are bundled into
packages/worker/public/and served via theASSETSbinding
Documentation
| Document | Description |
|---|---|
docs/contributing/getting-started.md | Setup, environment variables, deploy |
docs/contributing/environment-variables.md | Adding new env vars |
docs/contributing/cloudflare-offerings.md | Optional Cloudflare integrations |
docs/contributing/project-intent.md | Scope, goals, and non-goals |
docs/contributing/index.md | Developing and extending Kody |
docs/use/index.md | Using Kody over MCP |
docs/contributing/setup.md | Local development and verification |
Rhys (@RhysSullivan): launching https://t.co/5F8Xyzg1Hw today!
it’s an open source catalog of every products MCP / API / CLI / GraphQL server and how to authenticate to them
deep links to generate api keys, 1 click copy spec urls, it’s still early but i’ve been loving having it
Similar Articles
@filip_hric: what a refreshing take on personal agents, great video Kent!
Kent C. Dodds announces Kody, a personal AI agent that augments existing tools like Cursor AI, OpenAI, and Anthropic to create safer, deterministic integrations and automations, instead of replacing them.
@kentcdodds: I built a better OpenClaw. Kody is different. Instead of trying to replace @cursor_ai, @OpenAI, @AnthropicAI, @opencode…
Kent C. Dodds introduces Kody, a tool that augments existing AI assistants like Cursor, OpenAI, and Anthropic to create safer, deterministic integrations and automations rather than replacing them.
@ShrekOverflow: I am super excited about this one, the way it works is something I have believed in since early agents! Try it out
Kent C. Dodds built Kody, a personal assistant that augments AI agents to run deterministic triggerable code in a sandbox.
@kcosr: Agent orchestration, now with dependency chaining and auto-start when ready.
kcosr released an update adding dependency chaining and auto-start capabilities to its agent orchestration platform.
@emilsnotes: Today we're launching Kapa for Agents: all your product knowledge, in one tool call. As models get smarter ... and pric…
Kapa announces the launch of Kapa for Agents, a platform that provides a single knowledge search tool for AI agents to access product documentation, code, and tickets, reducing dead ends and improving agent planning.