Zed
Zed's Agent panel supports MCP servers alongside its built-in assistant. Fast, Rust-based editor with strong agentic features added in 2025.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-19
Zed is a legitimate, well-maintained IDE from Zed Industries with strong open-source credentials and active development. As an MCP client host, it acts as a container for MCP servers rather than requesting permissions itself. The Rust foundation and native architecture provide good isolation compared to Electron alternatives. Supply chain is solid with standard package distribution and open development. The main consideration is that Zed grants MCP servers access to the editor's context, including open files and workspace. Manual JSON configuration in settings.json requires users to understand what servers they're adding, which is actually safer than GUI-only approaches that obscure the config. No known security incidents. The project is transparent with excellent documentation and active community engagement.
Green flags
- Open source Rust codebase provides memory safety and good isolation
- Established company (Zed Industries) with active maintenance
- Config in version-controllable settings.json enables audit trails
- Native architecture avoids Electron attack surface
- Excellent documentation and transparent development process
Red flags
- Manual JSON config means users must understand MCP server permissions
- MCP servers get access to editor context including open files
- Relatively new MCP implementation (early 2025) with less battle-testing
Permissions requested
MCP capabilities
- Tools
- Resources
- Prompts
- Sampling
Platforms
Config location
~/.config/zed/settings.json under "context_servers"
Review
Best MCP client for developers who value editor speed and want agentic features without leaving their workspace. Skip it if you need prompts/sampling support or prefer GUI configuration over JSON.
Good at
- Genuinely fast: Rust-based, no Electron lag, handles multiple MCP servers without slowdown
- Agent panel integrated into editor workflow, lower context switching than separate chat apps
- Config in settings.json means version control and dotfile sync work naturally
- First-class Linux support alongside macOS
- Built-in assistant can read workspace context, making MCP tool responses more useful
Watch out
- No prompts or sampling support, limits MCP server compatibility
- Manual JSON configuration, no GUI for adding servers
- Built-in assistant weaker than Claude or GPT-4 for complex reasoning
- Smaller extension ecosystem than VS Code if you need non-MCP tooling
- No Windows support yet