Cloudflare AppsSearch apps/

Directory / Category

AI

AI applications and workflows. Browse 11 curated apps in this category.

9,955

moltworker

A personal AI assistant packaged to run in a Cloudflare Sandbox container on Workers, with a web chat UI, Telegram, Discord, and Slack channels, device pairing, optional R2 persistence, AI Gateway routing, and Cloudflare Access protection; deployment uses wrangler and requires a Workers Paid plan.

Apache-2.0
3,808

ChatGPT-Telegram-Workers

A Telegram chatbot that connects Telegram messaging to multiple AI providers such as OpenAI, Anthropic, and Cloudflare AI. It runs as a serverless Worker in the visitor's Cloudflare account, stores configuration in Workers KV, and includes a web admin panel, custom commands, and text-to-image generation.

MIT
2,183

Cloudflare AI Web

A multi-model AI chat interface that runs inference through Cloudflare Workers AI and optionally Cloudflare AI Gateway, using the visitor's own account ID and API token. The web UI is self-hosted via Docker or Vercel, with local chat history storage and optional password protection.

Apache-2.0
1,207

siri-ultra

An AI assistant for Apple Shortcuts that runs on Cloudflare Workers, offering real-time chat, voice, web search, URL summaries, and image or video input through configurable LLM APIs. It can be self-hosted by deploying the Worker and a KV namespace in a visitor-controlled Cloudflare account.

MIT
793

second-brain-cloudflare

A persistent memory service for AI tools that deploys as a Cloudflare Worker backed by D1, Vectorize, Workers AI, and KV in the visitor's own account. It stores notes and decisions, indexes them for semantic recall, and serves MCP clients, a CLI, and a web dashboard, with optional personal and shared team layers.

MIT
308

open-managed-agents

An open-source agent platform that runs AI agents with durable sessions, sandboxed tools, memory stores, and encrypted credential vaults, exposing Claude- and OpenAI-compatible APIs. It deploys to a visitor's Cloudflare account on Workers, Durable Objects, Containers, D1, KV, and R2, with a Node self-host option.

Apache-2.0
152

mosoo

An open-source managed agent runtime that runs OpenAI Codex, Claude Agent SDK, and OpenCode behind API endpoints in isolated sandboxes. Its control plane runs on Cloudflare with D1-backed persistence and can be self-hosted in a visitor's own Cloudflare account from a clean clone.

Apache-2.0
119

codra

A self-hosted AI code review service for GitHub pull requests that runs on Cloudflare Workers, queues review jobs through Cloudflare Queues and Workflows, stores data in PostgreSQL via Hyperdrive and KV, and posts inline review findings back to GitHub from a visitor-controlled account.

AGPL-3.0
77

context-mcp

A self-hosted documentation retrieval server that parses Markdown, MDX, and OpenAPI sources, generates embeddings via OpenAI or Gemini, stores vectors in Pinecone, and serves search over the Model Context Protocol from a Cloudflare Worker deployed in the visitor's own account.

Apache-2.0
7

gemini-balance-do

A Gemini API proxy and load balancer that runs on Cloudflare Workers, using Durable Objects with SQLite to store and rotate multiple Gemini API keys. It exposes OpenAI-compatible endpoints, offers a web panel for key management, and deploys to the visitor's own Cloudflare account via Wrangler or the dashboard.

NOASSERTION
2

memheaven

A self-hosted remote MCP memory server that gives hosted AI clients such as ChatGPT searchable long-term memory. It deploys to a user's own Cloudflare account, using Workers for the OAuth and MCP endpoints, D1 for metadata, R2 for stored content, Vectorize for semantic search, and Workers AI for embeddings.