Zed AI
Also known as: Zed, Zed Editor AI, Zed Assistant
Zed AI is the AI assistant built natively into the Zed code editor, a high-performance, GPU-accelerated collaborative editor written in Rust. Zed AI supports inline editing, an AI chat panel, multi-model selection (Claude, GPT-4, Gemini), and an agentic mode that can autonomously edit files, run terminal commands, and use MCP tools. Zed is designed for speed and collaboration, with multiplayer editing capabilities.
Agent Information
- Provider
- Zed Industries
- Supported IDEs
- Zed
Feature Support Matrix
| Feature | Support Level | Details |
|---|---|---|
| Execution | ||
| Automatic Context Awareness | ✅ Full Support | Zed AI automatically includes the current file and open tabs in its context. In agentic mode it can scan the broader pro... |
| Filesystem Access | ✅ Full Support | In agentic mode, Zed AI can create, edit, and delete files in the project. It can also run terminal commands as part of ... |
| MCP Server Support | ✅ Full Support | Zed natively supports MCP (Model Context Protocol) servers via its 'Context Servers' feature. MCP tools are accessible f... |
| Editor Integration | ||
| Broad IDE Integration | ❌ No Support | Zed AI is exclusive to the Zed editor. It does not have plugins for VS Code, JetBrains, or any other IDE. Users must use... |
| Model Support | ||
| Claude 4 Support | ✅ Full Support | Zed AI supports Claude Sonnet 4.6 and Claude Opus 4.6 via Anthropic API integration. Users can select these models in th... |
| Claude 3 Support | ✅ Full Support | Zed AI supports Claude 3 models (Haiku, Sonnet, Opus) via the Anthropic API. Users can switch between model generations ... |
| Context Window Management | ✅ Full Support | Zed AI inherits the full context window of the selected model. When using Claude Sonnet 4.6 or Opus 4.6, the 200K token ... |
| Debugging | ||
| Console Error Integration | ❌ No Support | Zed AI does not include browser console integration. It can view terminal output within the editor, but does not have a ... |
| Interactive Element Selection | ❌ No Support | Zed AI does not support visual UI element selection. It is a code editor without a built-in browser or visual preview pa... |
| Live Web Preview | ❌ No Support | Zed does not include a built-in web preview panel. Web applications must be previewed in an external browser. |
| Configuration | ||
| Dedicated Instruction File | ⚠️ Partial | Zed supports adding custom instructions via the assistant settings and through MCP Context Servers. A project-level .rul... |
| Fine-Grained Instruction Control | ❌ No Support | Zed does not support file-pattern or directory-scoped instruction targeting. Instructions are applied globally via setti... |
| Supports Scoped Instructions | ❌ No Support | Zed does not provide scoped instruction mechanisms at the directory or file-type level. All instructions are global. |
| Planning | ||
| Planner Strategy | ⚠️ Partial | Zed's agentic mode can execute multi-step tasks, but it does not present an explicit plan for user approval before start... |
Frequently Asked Questions
Zed AI is the AI layer built directly into the Zed code editor — it is not a plugin or extension but a first-class feature of the editor itself. Zed is built in Rust for maximum performance, and its AI features include inline editing, an AI assistant panel, and an agentic mode. Unlike tools like Cursor (which is VS Code-based) or Claude Code (which is terminal-based), Zed AI runs inside a native GPU-accelerated editor.
Zed AI supports multiple models via a model picker: Anthropic's Claude Sonnet 4.6 and Opus 4.6, OpenAI's GPT-4o and o3, Google's Gemini 2.0 Flash and Pro, and local models via Ollama. Users can switch models per conversation. Some models require a Zed Pro subscription; others require your own API key.
Zed offers a free tier that includes a limited number of AI completions per month powered by Claude. The Zed Pro plan ($20/month) provides unlimited AI usage and access to all supported models. You can also bring your own API key (BYOK) for any supported provider to use your own quota.
Zed's agentic mode (available from Zed 0.170+) allows the AI assistant to autonomously edit files, run terminal commands, and use MCP-connected tools to complete multi-step coding tasks. It operates within the editor with user approval at key steps.
Yes. Zed supports MCP servers, allowing the AI assistant to connect to external tools such as databases, APIs, documentation servers, and custom tooling. MCP tools appear as callable functions in the assistant panel and agentic mode.
Yes. Zed was built from the ground up for real-time multiplayer editing — multiple developers can edit the same file simultaneously, similar to Google Docs. This collaboration layer is separate from Zed AI but can be combined with it.
Yes. Zed integrates with Ollama, allowing you to run local models (like Llama 3, Mistral, Phi, etc.) entirely on your machine with no API costs or data transmission. Configure Ollama as a provider in Zed's settings.
Zed supports macOS (native) and Linux. A Windows version is in development as of 2026. Zed is not available as a web app or browser extension.
Both offer inline AI editing and multi-model support, but their foundations differ. Cursor is built on VS Code and inherits its vast extension ecosystem. Zed is a fully custom, high-performance Rust editor that is much faster but has a smaller extension ecosystem. Zed has native multiplayer; Cursor does not. Cursor has a more mature agentic experience as of early 2026.
Yes. You can add a .rules file (or use the 'Context Servers' feature via MCP) to give Zed persistent project-level instructions. Zed's assistant also reads open files and project context automatically when answering questions.