Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your assistant's home β the memory, keys, code, and automations your AI agent keeps, portable across every MCP host. Built on Cloudflare Workers.
Kody is your assistant's homeβthe memory, keys, code, and automations your AI
agent keeps, portable across every MCP host. 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, 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 origin app worker under
packages/worker, sibling workers under packages/platform-worker,
packages/runtime-worker, and packages/jobs-worker, and mock Workers under
packages/mock-servers/*. Production topology lives in
docs/contributing/architecture/index.md.
The dev server runs at localhost:3742 by default (the CLI picks the next free
port and prints the resolved URL). 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.
| Layer | Technology |
|---|---|
| Runtime | Cloudflare Workers |
| UI Framework | Remix 3 (beta) |
| Package Manager | npm |
| Workspace | Nx + npm workspaces |
| Database | Cloudflare D1 |
| Session/OAuth | Cloudflare KV |
| MCP State | Durable Objects on kody-platform |
| E2E Testing | Playwright |
| Bundler | Vite |
packages/worker/src/index.ts is the origin entrypoint; platform, runtime,
and jobs have sibling entrypoints (see
architecture)packages/worker/public/ and served via the
ASSETS binding| 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/ | Local development and verification |
Outside pull requests to this repository need a signed inbound Contributor License Agreement. Public packages do not use that CLA.
See CONTRIBUTING.md and
docs/contributing/index.md.
Kody is licensed under the Functional Source License, Version 1.1, ALv2 Future License (FSL-1.1-ALv2). You can use, copy, modify, create derivative works from, publicly perform, publicly display, and redistribute the software for any purpose other than Competing Use. Competing Use means making the software available to others in a commercial product or service that substitutes for Kody, substitutes for another product or service the licensor offers using Kody that existed when the version was made available, or offers the same or substantially similar functionality. Each version becomes available under the Apache License 2.0 on the second anniversary of the date that version was made available.
Public packages published through Kody do not use this repository's CLA and have no license gate; that is separate from this repository's license.
Factual signals from GitHub, npm, and our automated checks β not a rating.
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/kody)<a href="https://allmcps.com/mcp/kody"><img src="https://allmcps.com/api/badge/kody?style=directory" alt="Kody on AllMCPs" /></a>