by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
Zed provides a fast, responsive editing experience that supports real‑time collaboration across multiple users. Built with Rust and the GPUI framework, it targets developers who need low latency and powerful language features.
zed
executable. Use the built‑in collaboration tools to invite teammates via shareable links.docs/src/development/
directory to compile from source if needed.cargo‑about
.cargo‑about
to ensure all third‑party licenses are properly declared. If CI fails due to licensing, follow the guidance in the README to add missing SPDX identifiers or clarification entries.CONTRIBUTING.md
guide. The project also has open hiring positions.Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
On macOS and Linux you can download Zed directly or install Zed via your local package manager.
Other platforms are not yet available:
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about
to automatically comply with open source licenses. If CI is failing, check the following:
no license specified
error for a crate you've created? If so, add publish = false
under [package]
in your crate's Cargo.toml.failed to satisfy license requirements
for a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to the accepted
array in script/licenses/zed-licenses.toml
.cargo-about
unable to find the license for a dependency? If so, add a clarification field at the end of script/licenses/zed-licenses.toml
, as specified in the cargo-about book.Please log in to share your review and rating for this MCP.
Explore related MCPs that share similar capabilities and solve comparable challenges
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by GLips
Provides Figma layout and styling information to AI coding agents, enabling one‑shot implementation of designs in any framework.
by idosal
Provides a remote Model Context Protocol server that transforms any public GitHub repository into an up‑to‑date documentation hub, enabling AI assistants to fetch live code and docs, dramatically reducing hallucinations.
by executeautomation
Provides browser automation capabilities using Playwright, enabling language models to interact with web pages, capture screenshots, generate test code, scrape content, and execute JavaScript in a real browser environment.