#805 · Primary category: AI Agents & Automation

kody

agents ai-assistant cloudflare-workers code-mode mcp personal-assistant

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

Project last updated:08/30/26

GitHub Stars

512

Forks

50

Contributors

9

License

Apache-2.0

Why we included this project

Kody gives your AI assistant a persistent home it can carry between apps. Instead of locking memory, keys, and automations inside one chat client, it stores that state on Cloudflare Workers and exposes it through a deliberately small Model Context Protocol surface, so the same assistant data follows you across any MCP-compatible host, ChatGPT likely chief among them. Each signed-in user gets a fully isolated backend, which matters if you want a self-hosted, multi-user setup and don't want accounts bleeding into one another. The project favors a couple of well-built flows, notably search and a Code Mode execute, over a sprawling catalog of one-off tools, an approach that will probably appeal to developers already deploying to Workers and tinkering with MCP. Worth a read if you're weighing how to give a coding agent a durable home rather than just another chat wrapper.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category