Zed Context7

v1.0.0Developer Toolsstable

Context7 MCP Server for Zed

mcpmcp-server
Share:
107
Stars
0
Downloads
0
Weekly
0/5

What is Zed Context7?

Zed Context7 is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to context7 mcp server for zed

Context7 MCP Server for Zed

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Context7 MCP Server for Zed

Use Cases

Integrate with Zed editor using Context7 protocol. Access editor context and tools directly from MCP clients.
akbxr

Maintainer

LicenseMIT
Languagerust
Versionv1.0.0
UpdatedMay 17, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx zed-mcp-server-context7

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Zed Context7

The Zed Context7 MCP Server integrates the Context7 documentation service directly into the Zed editor's AI assistant, providing real-time, version-specific library documentation and code examples during coding sessions. Context7 solves the problem of LLMs producing outdated or hallucinated API calls by fetching current documentation from source repositories at query time. Developers using Zed's agent mode get accurate, up-to-date answers about library APIs without leaving their editor.

Prerequisites

  • Zed editor installed (https://zed.dev/)
  • Zed's AI assistant / agent mode enabled
  • An MCP client compatible with Zed's extension system
  • Optionally, a Context7 API key for personal rate limit tiers
1

Install the Context7 extension in Zed

Open Zed's extension marketplace, search for 'Context7', and install the mcp-server-context7 extension. The extension adds the MCP server to your Zed environment.

2

Enable the MCP server in assistant settings

Open Zed settings (Cmd+, on macOS) and navigate to Assistant settings. Enable the Context7 MCP server under the context servers section.

3

Activate Context7 in the chat tools menu

In Zed's AI chat panel, open the tools menu and ensure the Context7 MCP server is toggled on for your session.

4

Optionally add your Context7 API key

If you have a personal Context7 API key, add it to your Zed settings to use a higher request rate limit.

// In Zed settings.json
{
  "context_server": {
    "mcp-server-context7": {
      "source": "extension",
      "enabled": true,
      "settings": {
        "context7_api_key": "YOUR_CONTEXT7_API_KEY"
      }
    }
  }
}
5

Use Context7 in your AI queries

Add 'use context7' to any question in the Zed AI chat to trigger real-time documentation fetching for the library you are asking about.

Zed Context7 Examples

Client configuration

Zed settings.json configuration enabling the Context7 MCP server extension

{
  "context_server": {
    "mcp-server-context7": {
      "source": "extension",
      "enabled": true,
      "settings": {
        "context7_api_key": "YOUR_CONTEXT7_API_KEY"
      }
    }
  }
}

Prompts to try

Example queries using Context7 in the Zed AI assistant

- "How do I use React hooks with TypeScript? use context7"
- "Show me how to create a Prisma schema with relations. use context7"
- "What is the correct way to configure Vite for SSR? use context7"
- "Give me an example of using LangChain's retrieval chain. use context7"

Troubleshooting Zed Context7

Context7 tools do not appear in the Zed chat tools menu

Ensure you have enabled the MCP server under Assistant settings in Zed, not just installed the extension. Both steps are required: install the extension and then enable it in settings.

Documentation returned is outdated or for the wrong library version

Use the resolve-library-id tool explicitly with the library name and version number, then pass the returned Context7 ID to get-library-docs with a focused topic parameter.

Rate limit errors when using Context7

Add your personal context7_api_key to the Zed settings to use your own rate limit tier instead of the shared anonymous tier.

Frequently Asked Questions about Zed Context7

What is Zed Context7?

Zed Context7 is a Model Context Protocol (MCP) server that context7 mcp server for zed It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Zed Context7?

Follow the installation instructions on the Zed Context7 GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Zed Context7?

Zed Context7 works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Zed Context7 free to use?

Yes, Zed Context7 is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "zed-mcp-server-context7": { "command": "npx", "args": ["-y", "zed-mcp-server-context7"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Zed Context7?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides