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
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.
MCP servers (as context servers) and extensions.
Setup steps with copy-paste config. Sources are cited under each method.
Requires: Zed installed
Open MCP settings
Go to Settings → AI → MCP Servers, click Add Server, and choose Install from Extensions.
Or configure manually
Add a server to `settings.json` under `context_servers` for full control.
{
"context_servers": {
"github": {
"command": {
"path": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
}
}
}
}Copy-paste prompts written to exercise this plugin, with what to expect.
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.
Real prompts from the IterPrompt library you can copy or run.
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
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
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
Turn any AI chat into a logic builder tool with this community persona prompt.
Turn any AI chat into an advanced color picker tool with this community persona prompt.
Turn any AI chat into a secure password generator tool with this community persona prompt.
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.
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.