Zed
Free
(3)
- Desktop
- Tools
- Prompts
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. Its agent panel speaks MCP, so any MCP server you configure becomes a tool the assistant can call alongside your codebase context.
MCP Demo
Using the Postgres Context Server to have the Assistant write a schema-aware query.
Supported MCP Features
- ToolsTools are executable functions that LLMs can invoke
- ResourcesResources expose data and content from the server
- PromptsPrompts are pre-defined templates for LLM interactions
- DiscoverySupport for tools/prompts/resources changed notifications
- InstructionsInstructions are server-provided guidance for LLMs
- SamplingSampling lets the server request LLM completions
- RootsRoots define filesystem boundaries for the server
- ElicitationElicitation lets the server request information from the user
- TasksTasks track long-running operations
- AppsApps are interactive HTML interfaces
- CIMDClient ID Metadata Document support
- DCRDynamic Client Registration support
- OAuth Client CredentialsOAuth Client Credentials extension support
- Enterprise-Managed AuthorizationEnterprise-Managed Authorization extension support
Reviews
January 24, 2025
Although I would love to use Zed for MCP it's lacking most of the features of MCP as mentioned here, https://modelcontextprotocol.io/clients#feature-support-matrix Hope it changes though.