ipIterPrompt
IntegrationDeveloper WorkflowVerified Last verified 2026-07-24

Zed Context Servers (MCP)

by Zed Industries

Zed supports the Model Context Protocol through 'context servers'. You can install many MCP servers as Zed extensions (Settings → AI → MCP Servers → Add Server → Install from Extensions), or declare a server directly in `settings.json` under `context_servers`. Zed currently supports MCP's Tools and Prompts, surfacing them to the built-in agent.

Works with

MCP servers (as context servers) and extensions.

When to use it

  • When you want Zed's agent to use external tools and data
  • Reusing an MCP server you already run in another editor

When not to

  • For MCP features Zed doesn't yet support — check current coverage first

What it does

  • Install MCP servers as Zed extensions from the extensions catalog
  • Configure servers manually in `settings.json` under `context_servers`
  • Expose MCP tools and prompts to Zed's Agent Panel

How to install

Setup steps with copy-paste config. Sources are cited under each method.

Install from extensions

Zed

Requires: Zed installed

  1. Open MCP settings

    Go to Settings → AI → MCP Servers, click Add Server, and choose Install from Extensions.

  2. Or configure manually

    Add a server to `settings.json` under `context_servers` for full control.

    json
    {
      "context_servers": {
        "github": {
          "command": {
            "path": "npx",
            "args": ["-y", "@modelcontextprotocol/server-github"]
          }
        }
      }
    }

How to prompt it

Copy-paste prompts written to exercise this plugin, with what to expect.

Use a context server

You've installed the GitHub context server in Zed.

In the Agent Panel, use the GitHub tools to list issues assigned to me and draft a fix plan for the top one.

What to expect: Zed's agent calls the context server's tools and returns a plan grounded in live GitHub data.

  • Some server extensions prompt for configuration (like a token) right after install — fill it in to enable the tools.

Tips for getting the most out of it

  • Extension-installed servers show a setup modal for required config; keep credentials scoped.
  • Because these are MCP servers, the same one runs in Claude, Cursor, Cline, and VS Code.

Prompts to pair with it

Real prompts from the IterPrompt library you can copy or run.

4.9

MCP Builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers

4,187 copiesOpen ↗
4.8

Protect MCP Setup

Configure Cedar policy enforcement and Ed25519 signed receipts for Claude Code tool calls. Use when setting up projects that need cryptographic audit trails, policy-gated tool exec

535 copiesOpen ↗
4.7

Slack GIF Creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Sla

2,851 copiesOpen ↗

Logic Builder Tool

Turn any AI chat into a logic builder tool with this community persona prompt.

4,954 copiesOpen ↗

Advanced Color Picker Tool

Turn any AI chat into an advanced color picker tool with this community persona prompt.

3,053 copiesOpen ↗

Secure Password Generator Tool

Turn any AI chat into a secure password generator tool with this community persona prompt.

353 copiesOpen ↗
See more prompts in the library

Frequently asked questions

Are context servers just MCP servers?+

Yes — 'context server' is Zed's name for an MCP server. Zed supports MCP Tools and Prompts today; check the docs for current feature coverage.

Pairs well with

Related guides

Alternatives to Zed Context Servers (MCP)

Sources & verification

The facts on this page and where they come from. Anything unverified is labeled — we'd rather say "unknown" than guess.

Install steps, pricing, and availability change often. Always confirm on the official page before relying on setup details.