How to add MCP servers to Zed
zed.devFast, collaborative editor written in Rust. MCP is supported since 0.155 as "context servers".
Setup guide
- 1
Open settings.json
In Zed use
cmd-,(macOS) /ctrl-,(Linux) or edit the config file directly. - 2
Add context_servers
Add a
context_serverssection at the root:{ "context_servers": { "your-server-name": { "command": "npx", "args": ["-y", "@your-org/mcp-server"] } } } - 3
Open the Assistant
Open the Assistant Panel with
cmd-?/ctrl-?. Tools from MCP servers are automatically available to the LLM.
Compatible servers (0)
No servers tagged as compatible with this client yet.