.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/kentcdodds/kody
home/mcp-servers/kentcdodds/kody
kentcdodds avatar

kody

bykentcdodds· 1 MCP server

Stars

395

Forks

33

Category

AI Agents & MCP

View on GitHub

TL;DR

<p> <strong>Your assistant's home — the memory, keys, code, and automations your AI agent keeps, portable across every MCP host. Built on Cloudflare Workers.</strong> </p>

How to install kody?

kentcdodds/kody
$git clone https://github.com/kentcdodds/kody

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install kody by running `git clone https://github.com/kentcdodds/kody`, then use it for the current task and follow its documentation at https://github.com/kentcdodds/kody.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <img src="./packages/worker/public/logo.png" alt="kody logo" width="400" />
3 
4 <p>
5 <strong>Your assistant's home — the memory, keys, code, and automations your AI agent keeps, portable across every MCP host. Built on Cloudflare Workers.</strong>
6 </p>
7 
8 <p>
9 <a href="https://github.com/kentcdodds/kody/actions/workflows/deploy.yml"><img src="https://img.shields.io/github/actions/workflow/status/kentcdodds/kody/deploy.yml?branch=main&style=flat-square&logo=github&label=CI" alt="Build Status" /></a>
10 <img src="https://img.shields.io/badge/TypeScript-5.9-blue?style=flat-square&logo=typescript&logoColor=white" alt="TypeScript" />
11 <img src="https://img.shields.io/badge/Node-26-5FA04E?style=flat-square&logo=node.js&logoColor=white" alt="Node 26" />
12 <img src="https://img.shields.io/badge/Cloudflare-Workers-F38020?style=flat-square&logo=cloudflare&logoColor=white" alt="Cloudflare Workers" />
13 <img src="https://img.shields.io/badge/Remix-3.0_beta-000000?style=flat-square&logo=remix&logoColor=white" alt="Remix" />
14 </p>
15</div>
16 
17---
18 
19Kody is your assistant's home—the memory, keys, code, and automations your AI
20agent keeps, portable across every MCP host. Built on Cloudflare Workers and the
21Model Context Protocol (MCP), it ships a Remix UI, Worker-based request routing,
22package runtime plumbing, and OAuth-protected MCP endpoints. The project favors
23a compact MCP surface with powerful `search` and Code Mode `execute` flows over
24a large static tool catalog.
25 
26Kody is a multi-user personal assistant: each signed-in user gets a fully
27isolated assistant (packages, jobs, secrets, values, memories, and related
28state). Tests and fixtures may seed deterministic local accounts, but no account
29is privileged at runtime. The repo follows several
30[epicflare](https://github.com/epicweb-dev/epicflare) starter conventions.
31 
32The repo is organized as an Nx monorepo, with shared modules in
33`packages/shared` (`@kody-internal/shared`), the main app worker under
34`packages/worker`, and mock Workers under `packages/mock-servers/*`.
35 
36## Quick Start
37 
38```bash
39npm install
40npm run dev
41```
42 
43The dev server runs at `localhost:8787`. Wrangler handles the local Cloudflare
44Workers runtime and D1 database automatically.
45 
46To scaffold a **new** project from the epicflare template instead, run
47`npx create-epicflare`.
48 
49See
50[`docs/contributing/getting-started.md`](./docs/contributing/getting-started.md)
51for the full setup paths and expectations. Contributors and agents should start
52with [`AGENTS.md`](./AGENTS.md) for repo-specific guidance.
53 
54If you are trying to understand what this repository is for, start with
55[`docs/contributing/project-intent.md`](./docs/contributing/project-intent.md).
56 
57## Tech Stack
58 
59| Layer | Technology |
60| --------------- | --------------------------------------------------------------------- |
61| Runtime | [Cloudflare Workers](https://workers.cloudflare.com/) |
62| UI Framework | [Remix 3](https://remix.run/) (beta) |
63| Package Manager | [npm](https://www.npmjs.com/) |
64| Workspace | [Nx](https://nx.dev/) + npm workspaces |
65| Database | [Cloudflare D1](https://developers.cloudflare.com/d1/) |
66| Session/OAuth | [Cloudflare KV](https://developers.cloudflare.com/kv/) |
67| MCP State | [Durable Objects](https://developers.cloudflare.com/durable-objects/) |
68| E2E Testing | [Playwright](https://playwright.dev/) |
69| Bundler | [esbuild](https://esbuild.github.io/) |
70 
71## Scope
72 
73- Open-source personal assistant platform, not a general-purpose agent harness
74- MCP-first architecture intended to work across compatible AI agent hosts
75- Compact MCP surface area preferred over a large static tool inventory
76- Ch

Preview

kentcdodds/kodykentcdodds/kody
Repokentcdodds/kody
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPagentsai-assistant

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k