Toolverse
All MCP clients

How to add MCP servers to Zed

zed.dev

Fast, collaborative editor written in Rust. MCP is supported since 0.155 as "context servers".

Quick info

Config format
json
Config path
Compatible servers
0

Setup guide

  1. 1

    Open settings.json

    In Zed use cmd-, (macOS) / ctrl-, (Linux) or edit the config file directly.

  2. 2

    Add context_servers

    Add a context_servers section at the root:

    {
      "context_servers": {
        "your-server-name": {
          "command": "npx",
          "args": ["-y", "@your-org/mcp-server"]
        }
      }
    }
  3. 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.