{"id":49182943,"url":"https://github.com/kentcdodds/kody","last_synced_at":"2026-07-19T18:00:32.515Z","repository":{"id":345412525,"uuid":"1185768353","full_name":"kentcdodds/kody","owner":"kentcdodds","description":"An experimental personal assistant platform built on Cloudflare Workers and MCP","archived":false,"fork":false,"pushed_at":"2026-07-16T09:17:03.000Z","size":23191,"stargazers_count":333,"open_issues_count":4,"forks_count":26,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-07-16T11:08:32.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kentcdodds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/adding-capabilities.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-18T23:30:18.000Z","updated_at":"2026-07-16T09:18:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kentcdodds/kody","commit_stats":null,"previous_names":["kentcdodds/kody"],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/kentcdodds/kody","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fkody","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fkody/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fkody/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fkody/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kentcdodds","download_url":"https://codeload.github.com/kentcdodds/kody/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kentcdodds%2Fkody/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35661228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-23T02:04:31.967Z","updated_at":"2026-07-19T18:00:32.502Z","avatar_url":"https://github.com/kentcdodds.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./packages/worker/public/logo.png\" alt=\"kody logo\" width=\"400\" /\u003e\n\n  \u003cp\u003e\n    \u003cstrong\u003eAn experimental personal assistant platform built on Cloudflare Workers and MCP\u003c/strong\u003e\n  \u003c/p\u003e\n\n  \u003cp\u003e\n    \u003ca href=\"https://github.com/kentcdodds/kody/actions/workflows/deploy.yml\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/kentcdodds/kody/deploy.yml?branch=main\u0026style=flat-square\u0026logo=github\u0026label=CI\" alt=\"Build Status\" /\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/badge/TypeScript-5.9-blue?style=flat-square\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Node-26-5FA04E?style=flat-square\u0026logo=node.js\u0026logoColor=white\" alt=\"Node 26\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Cloudflare-Workers-F38020?style=flat-square\u0026logo=cloudflare\u0026logoColor=white\" alt=\"Cloudflare Workers\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Remix-3.0_alpha-000000?style=flat-square\u0026logo=remix\u0026logoColor=white\" alt=\"Remix\" /\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n---\n\n`kody` is an experimental personal assistant platform built on Cloudflare\nWorkers and the Model Context Protocol (MCP). It ships a Remix UI, Worker-based\nrequest routing, package runtime plumbing, and OAuth-protected MCP endpoints.\nThe project favors a compact MCP surface with powerful `search` and Code Mode\n`execute` flows over a large static tool catalog.\n\nKody is a multi-user personal assistant: each signed-in user gets a fully\nisolated assistant (packages, jobs, secrets, values, memories, and related\nstate). Tests and fixtures may seed deterministic local accounts, but no account\nis privileged at runtime. The repo follows several\n[epicflare](https://github.com/epicweb-dev/epicflare) starter conventions.\n\nThe repo is organized as an Nx monorepo, with shared modules in\n`packages/shared` (`@kody-internal/shared`), the main app worker under\n`packages/worker`, and mock Workers under `packages/mock-servers/*`.\n\n## Quick Start\n\n```bash\nnpm install\nnpm run dev\n```\n\nThe dev server runs at `localhost:8787`. Wrangler handles the local Cloudflare\nWorkers runtime and D1 database automatically.\n\nTo scaffold a **new** project from the epicflare template instead, run\n`npx create-epicflare`.\n\nSee\n[`docs/contributing/getting-started.md`](./docs/contributing/getting-started.md)\nfor the full setup paths and expectations. Contributors and agents should start\nwith [`AGENTS.md`](./AGENTS.md) for repo-specific guidance.\n\nIf you are trying to understand what this repository is for, start with\n[`docs/contributing/project-intent.md`](./docs/contributing/project-intent.md).\n\n## Tech Stack\n\n| Layer           | Technology                                                            |\n| --------------- | --------------------------------------------------------------------- |\n| Runtime         | [Cloudflare Workers](https://workers.cloudflare.com/)                 |\n| UI Framework    | [Remix 3](https://remix.run/) (alpha)                                 |\n| Package Manager | [npm](https://www.npmjs.com/)                                         |\n| Workspace       | [Nx](https://nx.dev/) + npm workspaces                                |\n| Database        | [Cloudflare D1](https://developers.cloudflare.com/d1/)                |\n| Session/OAuth   | [Cloudflare KV](https://developers.cloudflare.com/kv/)                |\n| MCP State       | [Durable Objects](https://developers.cloudflare.com/durable-objects/) |\n| E2E Testing     | [Playwright](https://playwright.dev/)                                 |\n| Bundler         | [esbuild](https://esbuild.github.io/)                                 |\n\n## Scope\n\n- Personal assistant experiment, not a multi-tenant SaaS product\n- MCP-first architecture intended to work across compatible AI agent hosts\n- Compact MCP surface area preferred over a large static tool inventory\n- ChatGPT is a likely primary host target, while keeping the server usable from\n  other MCP hosts where practical\n\n## How It Works\n\n```\nRequest → packages/worker/src/index.ts\n              │\n              ├─→ OAuth handlers\n              ├─→ MCP endpoints\n              ├─→ Static assets (`packages/worker/public/`)\n              └─→ Server router → Remix components\n```\n\n- `packages/worker/src/index.ts` is the entrypoint for Cloudflare Workers\n- OAuth requests are handled first, then MCP requests, then static assets\n- Non-asset requests fall through to the server handler and router\n- Client assets are bundled into `packages/worker/public/` and served via the\n  `ASSETS` binding\n\n## Documentation\n\n| Document                                                                                     | Description                          |\n| -------------------------------------------------------------------------------------------- | ------------------------------------ |\n| [`docs/contributing/getting-started.md`](./docs/contributing/getting-started.md)             | Setup, environment variables, deploy |\n| [`docs/contributing/environment-variables.md`](./docs/contributing/environment-variables.md) | Adding new env vars                  |\n| [`docs/contributing/cloudflare-offerings.md`](./docs/contributing/cloudflare-offerings.md)   | Optional Cloudflare integrations     |\n| [`docs/contributing/project-intent.md`](./docs/contributing/project-intent.md)               | Scope, goals, and non-goals          |\n| [`docs/contributing/index.md`](./docs/contributing/index.md)                                 | Developing and extending Kody        |\n| [`docs/use/index.md`](./docs/use/index.md)                                                   | Using Kody over MCP                  |\n| [`docs/contributing/setup.md`](./docs/contributing/setup.md)                                 | Local development and verification   |\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003eBuilt with ❤️ by \u003ca href=\"https://epicweb.dev\"\u003eEpic Web\u003c/a\u003e\u003c/sub\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentcdodds%2Fkody","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkentcdodds%2Fkody","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkentcdodds%2Fkody/lists"}