Skip to content

Zed

Zed supports MCP context servers via the user settings file. Use a security token (Zed doesn’t currently expose an OAuth flow for remote MCP).

First, generate a security token.

Open or create:

~/.config/zed/settings.json

Add this section (merge it with whatever’s already in the file):

{
"context_servers": {
"popcorn": {
"url": "https://api.popcorn.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_POPCORN_API_KEY"
}
}
}
}

Save the file. Zed picks up the change without a restart for new chats.