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.
Edit your Zed settings
Section titled “Edit your Zed settings”Open or create:
~/.config/zed/settings.jsonAdd 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.