| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/agent-setup/ | [Back] [Original] |
Connect your AI coding agent to Cloudflare, then build and deploy straight from your editor or terminal.
Select an agent to get step-by-step setup instructions.
Terminal-based coding agent that understands your codebase, runs commands, edits files, and manages git. Made by Anthropic.
View guideOpenAI coding agent available as a terminal CLI and desktop app. It reads and writes files, runs commands, and browses the web in a sandbox.
View guideAI-first IDE built on VS Code with multi-file Composer edits and background agents. Made by Cursor.
View guideEditor extension and CLI with agent mode, workspace context, and native PR integration. Made by GitHub.
View guideOpen-source terminal agent with a rich TUI that works with 75+ LLMs. Made by Anomaly.
View guideAgentic IDE with Cascade context and Flows for multi-step tasks. Made by Cognition.
View guideFree, open-source code editor with native Model Context Protocol (MCP) client support and Copilot Chat integration. Made by Microsoft.
View guideCommand Code is one of the most used coding agents for open models. It automatically learns your coding taste and self-improves as you work.
View guidePowerful agent for coding and work. Natively local, with open models in the cloud. By LM Studio.
View guideNo agents match this filter.
Clear filterCapabilities, pricing, and context approaches compared.
| Agent | Terminal | IDE | Extension | Cloud | Pricing | Model | Context | Open source |
|---|---|---|---|---|---|---|---|---|
| Bionic | Hybrid | Multi-provider | ||||||
| Claude Code | Subscription | Locked | Project memory | |||||
| Codex | Hybrid | Locked | Project memory | |||||
| Command Code | Subscription | Multi-provider | Project memory | |||||
| Cursor | Subscription | Multi-provider | Indexed codebase | |||||
| GitHub Copilot | Subscription | Multi-provider | Indexed codebase | |||||
| OpenCode | BYOK | Multi-provider | Project memory | |||||
| Visual Studio Code | BYOK | Multi-provider | Project memory | |||||
| Windsurf | Subscription | Multi-provider | Indexed codebase |
Every agent listed supports Skills and MCP.
Common types, concepts, and tradeoffs.
Where the agent runs changes how you interact with it.
Runs in a shell. Best for automation, scripting, and CI pipelines.
Full code editor with AI first-class. Visual diffs, multi-file edits.
Hosted infrastructure. Ideal for async, long-running work.
Plugs into an existing editor. Lightest install, keeps your setup.
The vocabulary you'll run into when comparing agents.
Reusable prompt packages that teach an agent about a specific domain. Think of them as plugins made of instructions plus slash commands.
The Model Context Protocol a standard that lets agents call external tools and APIs. Connect an MCP server and the agent knows how to use it.
Which foundation models you can use. Locked supports only the vendor's own models. BYOK (Bring Your Own Key) lets you bring your own API key. Multi-provider supports several providers out of the box.
How the agent retains information about your project. Session only remembers the current conversation. Project memory persists across sessions. Indexed codebase builds a searchable index of your whole repository.
Decisions you'll make when picking an agent.
Cloud agents run on hosted infrastructure and read your code over the network. Local agents run on your own machine, with no code leaving it.
Proprietary agents ship under a closed license you don't control. Open-source agents publish their source under an open license, so you can read, modify, or fork the code.
Locked agents only work with the vendor's own proprietary models. BYOK agents let you bring your own API key and switch between providers and models.
Session context resets when you close the conversation. An indexed codebase is built up front and persists, letting the agent retrieve any file in the repo on demand.
| Web Proxy Viewer | New URL | Original Page |